summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2010-08-27 18:48:44 -0400
committerDavid Zeuthen <davidz@redhat.com>2010-08-27 18:48:44 -0400
commit4c5cef6d40fa5cb37ab9d65febeeb583f05b2342 (patch)
tree54167800224b918d8cab917bf6841b9e1c59790b /configure.ac
parentab12d821e70a5b201c3a03af995fc458c5eb417f (diff)
Add a GDBusInterface type and move common facilities there
This makes the generated code simpler but introduces a new support library. However, since the plan is to merge gdbus-codegen(1) into GLib, this support library will go into GLib itself as well. Signed-off-by: David Zeuthen <davidz@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 9e89c37..4b4b413 100644
--- a/configure.ac
+++ b/configure.ac
@@ -93,6 +93,7 @@ AC_SUBST(GLIB2_LIBS)
AC_OUTPUT([
Makefile
src/Makefile
+src/gdbus-codegen.pc
doc/Makefile
])