diff options
author | Ted Gould <ted@canonical.com> | 2009-11-06 16:47:54 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-11-06 16:47:54 -0600 |
commit | 53f654eec6419c4999a620f9f1e0aaf3f2ac5e89 (patch) | |
tree | bc1d11a794427a1cb5310fa4e0c6c8c9b8200f2b /src/Makefile.am | |
parent | 3ea189ef44422c02eacfb25089968acaaff61ab1 (diff) | |
download | libayatana-appindicator-53f654eec6419c4999a620f9f1e0aaf3f2ac5e89.tar.gz libayatana-appindicator-53f654eec6419c4999a620f9f1e0aaf3f2ac5e89.tar.bz2 libayatana-appindicator-53f654eec6419c4999a620f9f1e0aaf3f2ac5e89.zip |
Adding in a set of marshallers to make our signals all happy.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 273c2dc..2fb861c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -4,6 +4,7 @@ BUILT_SOURCES = EXTRA_DIST = include $(top_srcdir)/Makefile.am.enum +include $(top_srcdir)/Makefile.am.marshal ################################## # Indicator @@ -33,6 +34,8 @@ indicator_custom_service_SOURCES = \ custom-service.c \ custom-service-appstore.h \ custom-service-appstore.c \ + custom-service-marshal.h \ + custom-service-marshal.c \ custom-service-server.h \ dbus-shared.h \ notification-item-client.h \ @@ -43,6 +46,9 @@ indicator_custom_service_CFLAGS = \ indicator_custom_service_LDADD = \ $(INDICATOR_LIBS) +glib_marshal_list = custom-service-marshal.list +glib_marshal_prefix = _custom_service_marshal + ################################## # Library ################################## |