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 'properties/Makefile.am') diff --git a/properties/Makefile.am b/properties/Makefile.am index 5f824aa..5f9b65d 100644 --- a/properties/Makefile.am +++ b/properties/Makefile.am @@ -1,23 +1,17 @@ -NULL= - INCLUDES= \ -DDATADIR=\"$(pkgdatadir)\" \ -DGNOMELOCALEDIR=\"$(datadir)/locale\" \ -I$(top_srcdir)/backend \ - $(PROPERTIES_CFLAGS) \ + $(FRONTEND_CFLAGS) \ $(NAUTILUS_CFLAGS) \ $(DISABLE_DEPRECATED) \ - $(WARN_CFLAGS) \ - $(NULL) + $(WARN_CFLAGS) noinst_LTLIBRARIES = libevproperties.la libevproperties_la_SOURCES= \ ev-properties-view.c \ - ev-properties-view.h \ - $(NULL) - -libevproperties_la_LIBADD = $(PROPERTIES_LIBS) + ev-properties-view.h if HAVE_NAUTILUS EVINCE_PROPERTIES_PAGE = libevince-properties-page.la @@ -32,8 +26,8 @@ libevince_properties_page_la_CFLAGS = -I$(top_srcdir) libevince_properties_page_la_SOURCES = \ ev-properties-main.c -libevince_properties_page_la_LIBADD = \ - $(PROPERTIES_LIBS) \ - libevproperties.la \ - $(top_builddir)/backend/libevbackend.la \ - $(top_builddir)/lib/libev.la +libevince_properties_page_la_LIBADD = \ + $(FRONTEND_LIBS) \ + $(NAUTILUS_LIBS) \ + $(top_builddir)/lib/libev.la \ + libevproperties.la -- cgit v0.9.1