Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cut-n-paste/zoom-control/Makefile.am
blob: ec8737fafa1f85b153a8dfa6051e61bd68824014 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
noinst_LTLIBRARIES = libephymisc.la libephywidgets.la

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

libephywidgets_la_CPPFLAGS = \
	-I$(top_builddir)/lib		\
	-I$(top_srcdir)/lib		\
	-DSHARE_DIR=\"$(pkgdatadir)\"	\
	$(AM_CPPFLAGS)

libephywidgets_la_CFLAGS = \
	$(ZOOM_CONTROL_CFLAGS)	\
	$(WARNING_CFLAGS)	\
	$(DISABLE_DEPRECATED)	\
	$(AM_CFLAGS)

libephywidgets_la_LIBADD = \
	$(ZOOM_CONTROL_LIBS)
	libephymisc.la

NOINST_H_FILES = \
	ephy-zoom.h

libephymisc_la_SOURCES = \
	ephy-zoom.c				\
	$(NOINST_H_FILES)

libephymisc_la_CPPFLAGS = \
	-I$(top_builddir)/lib			\
	-DSHARE_DIR=\"$(pkgdatadir)\" 		\
	$(AM_CPPFLAGS)

libephymisc_la_CFLAGS = \
        $(ZOOM_CONTROL_CFLAGS)	\
	$(AM_CFLAGS)