diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2012-02-14 16:36:38 +0100 |
---|---|---|
committer | Lars Uebernickel <lars.uebernickel@canonical.com> | 2012-02-14 16:36:38 +0100 |
commit | cc33352a3ff04da6072acc120ec2c518652efc94 (patch) | |
tree | 0a932b639fa1f8d263f61aec33e9cd88d9510c45 /src | |
parent | 4d7d494bb690c07aaf6e42a561fa9f9f839843e4 (diff) | |
download | ayatana-indicator-printers-cc33352a3ff04da6072acc120ec2c518652efc94.tar.gz ayatana-indicator-printers-cc33352a3ff04da6072acc120ec2c518652efc94.tar.bz2 ayatana-indicator-printers-cc33352a3ff04da6072acc120ec2c518652efc94.zip |
Add dbus-names.h to the source lists of applet and service
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
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) |