diff options
author | Ted Gould <ted@canonical.com> | 2009-11-02 19:52:47 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-11-02 19:52:47 -0600 |
commit | 9aff9ba7149a1757f124db54599637801fa76ae6 (patch) | |
tree | 29e781e6f18dd2a3a9379da1b0b99e15cde9d312 /src/Makefile.am | |
parent | 3d1c4c46fd56576b228bc59dc7b3af3bf82db642 (diff) | |
download | libayatana-appindicator-9aff9ba7149a1757f124db54599637801fa76ae6.tar.gz libayatana-appindicator-9aff9ba7149a1757f124db54599637801fa76ae6.tar.bz2 libayatana-appindicator-9aff9ba7149a1757f124db54599637801fa76ae6.zip |
Getting the name into a header.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 6f7e6e6..273c2dc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -12,6 +12,7 @@ include $(top_srcdir)/Makefile.am.enum customlibdir = $(INDICATORDIR) customlib_LTLIBRARIES = libcustom.la libcustom_la_SOURCES = \ + dbus-shared.h \ indicator-custom.c libcustom_la_CFLAGS = $(INDICATOR_CFLAGS) \ -Wall \ @@ -33,6 +34,7 @@ indicator_custom_service_SOURCES = \ custom-service-appstore.h \ custom-service-appstore.c \ custom-service-server.h \ + dbus-shared.h \ notification-item-client.h \ notification-watcher-server.h indicator_custom_service_CFLAGS = \ |