aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index c85f0e8..b1353a0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -7,6 +7,17 @@ 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
##################################