Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cut-n-paste/zoom-control
diff options
context:
space:
mode:
Diffstat (limited to 'cut-n-paste/zoom-control')
-rw-r--r--cut-n-paste/zoom-control/Makefile.am42
1 files changed, 9 insertions, 33 deletions
diff --git a/cut-n-paste/zoom-control/Makefile.am b/cut-n-paste/zoom-control/Makefile.am
index ec8737f..8b382f9 100644
--- a/cut-n-paste/zoom-control/Makefile.am
+++ b/cut-n-paste/zoom-control/Makefile.am
@@ -1,39 +1,15 @@
-noinst_LTLIBRARIES = libephymisc.la libephywidgets.la
+noinst_LTLIBRARIES = libephyzoom.la
-libephywidgets_la_SOURCES = \
+libephyzoom_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-control.h \
ephy-zoom.c \
- $(NOINST_H_FILES)
-
-libephymisc_la_CPPFLAGS = \
- -I$(top_builddir)/lib \
- -DSHARE_DIR=\"$(pkgdatadir)\" \
- $(AM_CPPFLAGS)
+ ephy-zoom.h
-libephymisc_la_CFLAGS = \
- $(ZOOM_CONTROL_CFLAGS) \
- $(AM_CFLAGS)
+libephyzoom_la_CFLAGS = \
+ -I$(top_srcdir)/lib \
+ $(LIB_CFLAGS) \
+ $(WARNING_CFLAGS) \
+ $(DISABLE_DEPRECATED)