From 7123c74faabca0af8fbe51eb74ec8b310b6ba20a Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 2 Dec 2010 14:49:54 -0600 Subject: Adding back in the support for generating marshallers --- src/Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index c85f0e8..b1353a0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -6,6 +6,17 @@ EXTRA_DIST = appindicator-0.1.pc.in include $(top_srcdir)/Makefile.am.enum include $(top_srcdir)/Makefile.am.marshal +################################## +# Marshallers +################################## + +BUILT_SOURCES += \ + application-service-marshal.h \ + application-service-marshal.c + +glib_marshal_list = application-service-marshal.list +glib_marshal_prefix = _application_service_marshal + ################################## # Library ################################## -- cgit v1.2.3