From cc33352a3ff04da6072acc120ec2c518652efc94 Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Tue, 14 Feb 2012 16:36:38 +0100 Subject: Add dbus-names.h to the source lists of applet and service --- src/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index c5a2bbd..339183e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,7 +5,8 @@ libprintersmenu_la_SOURCES = \ indicator-printers.c \ indicator-printers.h \ indicator-menu-item.c \ - indicator-menu-item.h + indicator-menu-item.h \ + dbus-names.h libprintersmenu_la_CPPFLAGS = $(APPLET_CFLAGS) libprintersmenu_la_LIBADD = $(APPLET_LIBS) -lm @@ -16,7 +17,7 @@ cups_notifier_sources = \ cups-notifier.c \ cups-notifier.h -$(cups_notifier_sources): org.cups.cupsd.Notifier.xml +$(cups_notifier_sources): $(top_srcdir)/src/org.cups.cupsd.Notifier.xml gdbus-codegen \ --interface-prefix org.cups.cupsd \ --c-namespace Cups \ @@ -33,6 +34,7 @@ indicator_printers_service_SOURCES = \ indicator-printer-state-notifier.h \ spawn-printer-settings.c \ spawn-printer-settings.h \ + dbus-names.h \ $(cups_notifier_sources) indicator_printers_service_CPPFLAGS = $(SERVICE_CFLAGS) -- cgit v1.2.3