From 848665b157185945d190a7a746d054d7f5d5e6e0 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Thu, 07 Jul 2005 12:11:25 +0000 Subject: Make frontends depend on just libev. Rework and group CFLAGS/LIBS 2005-07-07 Marco Pesenti Gritti * 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. --- (limited to 'tiff') diff --git a/tiff/Makefile.am b/tiff/Makefile.am index 8d936ee..d8652ad 100644 --- a/tiff/Makefile.am +++ b/tiff/Makefile.am @@ -1,8 +1,7 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/backend \ - $(TIFF_CFLAGS) \ - -DDATADIR=\""$(datadir)"\" + $(BACKEND_CFLAGS) noinst_LTLIBRARIES = libtiffdocument.la @@ -11,7 +10,3 @@ libtiffdocument_la_SOURCES = \ tiff-document.h \ tiff2ps.c \ tiff2ps.h - -libtiffdocument_la_LIBADD = \ - $(TIFF_LIBS) \ - -ltiff -- cgit v0.9.1