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 'lib') diff --git a/lib/Makefile.am b/lib/Makefile.am index f425bee..148ed61 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,22 +1,17 @@ -NULL= - -INCLUDES= \ - -DEVINCE_UIDIR=\"$(pkgdatadir)\" \ - -DGNOMELOCALEDIR=\"$(datadir)/locale\" \ +INCLUDES = \ $(LIB_CFLAGS) \ $(WARN_CFLAGS) \ - $(DISABLE_DEPRECATED) \ - $(NULL) + $(DISABLE_DEPRECATED) noinst_LTLIBRARIES = libev.la -libev_la_SOURCES= \ +libev_la_SOURCES = \ ev-debug.c \ ev-debug.h \ ev-file-helpers.c \ ev-file-helpers.h \ ev-gui.c \ - ev-gui.h \ - $(NULL) + ev-gui.h -libev_la_LIBADD = $(LIB_LIBS) +libev_la_LIBADD = \ + $(top_builddir)/backend/libevbackend.la -- cgit v0.9.1