Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2005-07-07 12:11:25 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-07-07 12:11:25 (GMT)
commit848665b157185945d190a7a746d054d7f5d5e6e0 (patch)
treed599a91064adfc868c1a3e9022e8c2a042c58963 /backend
parent14d8faba24b8f51ee59c6177690065e7a58336ba (diff)
Make frontends depend on just libev. Rework and group CFLAGS/LIBS
2005-07-07 Marco Pesenti Gritti <mpg@redhat.com> * Makefile.am: * backend/Makefile.am: * configure.ac: * cut-n-paste/recent-files/Makefile.am: * cut-n-paste/toolbar-editor/Makefile.am: * cut-n-paste/zoom-control/Makefile.am: * lib/Makefile.am: * pdf/Makefile.am: * pixbuf/Makefile.am: * properties/Makefile.am: * ps/Makefile.am: * shell/Makefile.am: * thumbnailer/Makefile.am: * tiff/Makefile.am: Make frontends depend on just libev. Rework and group CFLAGS/LIBS definitions. Cleanups.
Diffstat (limited to 'backend')
-rw-r--r--backend/Makefile.am20
1 files changed, 6 insertions, 14 deletions
diff --git a/backend/Makefile.am b/backend/Makefile.am
index 391a9de..30318d8 100644
--- a/backend/Makefile.am
+++ b/backend/Makefile.am
@@ -1,5 +1,3 @@
-NULL=
-
INCLUDES= \
-DEVINCE_UIDIR=\"$(pkgdatadir)\" \
-DGNOMELOCALEDIR=\"$(datadir)/locale\" \
@@ -11,8 +9,7 @@ INCLUDES= \
-I$(top_srcdir)/dvi \
$(BACKEND_CFLAGS) \
$(WARN_CFLAGS) \
- $(DISABLE_DEPRECATED) \
- $(NULL)
+ $(DISABLE_DEPRECATED)
noinst_LTLIBRARIES = libevbackend.la
@@ -44,31 +41,26 @@ libevbackend_la_SOURCES= \
ev-selection.h \
ev-selection.c \
ev-document-misc.h \
- ev-document-misc.c \
- $(NULL)
+ ev-document-misc.c
libevbackend_la_LIBADD = \
$(top_builddir)/pdf/libpdfdocument.la \
$(top_builddir)/pixbuf/libpixbufdocument.la \
- $(top_builddir)/ps/libpsdocument.la \
- $(NULL)
+ $(top_builddir)/ps/libpsdocument.la
if ENABLE_DJVU
libevbackend_la_LIBADD += \
- $(top_builddir)/djvu/libgtkdjvu.la \
- $(NULL)
+ $(top_builddir)/djvu/libgtkdjvu.la
endif
if ENABLE_TIFF
libevbackend_la_LIBADD += \
- $(top_builddir)/tiff/libtiffdocument.la \
- $(NULL)
+ $(top_builddir)/tiff/libtiffdocument.la
endif
if ENABLE_DVI
libevbackend_la_LIBADD += \
- $(top_builddir)/dvi/libgtkdvi.la \
- $(NULL)
+ $(top_builddir)/dvi/libgtkdvi.la
endif
BUILT_SOURCES= \