aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-11-23 16:35:45 -0600
committerTed Gould <ted@canonical.com>2009-11-23 16:35:45 -0600
commit25d690a42cb12ca9136932d7ace759bbe4185f86 (patch)
tree24e233ce94e9fcfcc62d54bd38d2de213fd4a735 /src/Makefile.am
parent009e468befbd97cf69263b47a01bc66d9a119d66 (diff)
downloadayatana-indicator-application-25d690a42cb12ca9136932d7ace759bbe4185f86.tar.gz
ayatana-indicator-application-25d690a42cb12ca9136932d7ace759bbe4185f86.tar.bz2
ayatana-indicator-application-25d690a42cb12ca9136932d7ace759bbe4185f86.zip
Registering marshallers for DBus in the indicator.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
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) \