From 8010f81b0350b5c4beafc260171c18f3852d4f7f Mon Sep 17 00:00:00 2001 From: Didier Raboud Date: Tue, 2 Aug 2011 17:55:17 +0200 Subject: Imported Upstream version 4.0.8 --- Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 03e437e..1f12fbb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -53,6 +53,15 @@ foomatic_rip_SOURCES = \ fileconverter.c \ fileconverter.h +if BUILD_DBUS +foomatic_rip_SOURCES += \ + colord.c \ + colord.h + +foomatic_rip_CFLAGS = $(DBUS_CFLAGS) -DHAVE_DBUS +foomatic_rip_LDADD = $(DBUS_LIBS) +endif + AM_CPPFLAGS = -DCONFIG_PATH='"$(sysconfdir)/foomatic"' # Masks for trash files which have to be removed before packaging Foomatic -- cgit v1.2.3