Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cut-n-paste/zoom-control/Makefile.am
blob: fa8ec2c3e55adb7641b508823a3731c40ebab568 (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
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)	\
	$(AM_CFLAGS)

libephywidgets_la_LIBADD = \
	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)