Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cut-n-paste/zoom-control/Makefile.am
blob: 8b382f9ca2c130247946cf835a9cba6eff5cc20f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
noinst_LTLIBRARIES = libephyzoom.la

libephyzoom_la_SOURCES = \
	ephy-zoom-action.h			\
	ephy-zoom-action.c			\
	ephy-zoom-control.c			\
	ephy-zoom-control.h			\
	ephy-zoom.c				\
	ephy-zoom.h

libephyzoom_la_CFLAGS = \
	-I$(top_srcdir)/lib	\
	$(LIB_CFLAGS)		\
	$(WARNING_CFLAGS)	\
	$(DISABLE_DEPRECATED)