diff options
author | Ted Gould <ted@canonical.com> | 2009-11-23 16:35:45 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-11-23 16:35:45 -0600 |
commit | 25d690a42cb12ca9136932d7ace759bbe4185f86 (patch) | |
tree | 24e233ce94e9fcfcc62d54bd38d2de213fd4a735 /src/Makefile.am | |
parent | 009e468befbd97cf69263b47a01bc66d9a119d66 (diff) | |
download | libayatana-appindicator-25d690a42cb12ca9136932d7ace759bbe4185f86.tar.gz libayatana-appindicator-25d690a42cb12ca9136932d7ace759bbe4185f86.tar.bz2 libayatana-appindicator-25d690a42cb12ca9136932d7ace759bbe4185f86.zip |
Registering marshallers for DBus in the indicator.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 21d7cf8..102804e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -13,6 +13,7 @@ include $(top_srcdir)/Makefile.am.marshal customlibdir = $(INDICATORDIR) customlib_LTLIBRARIES = libcustom.la libcustom_la_SOURCES = \ + custom-service-marshal.c \ dbus-shared.h \ indicator-custom.c libcustom_la_CFLAGS = $(INDICATOR_CFLAGS) \ |