From 3c4e0db3a35b851398eac7c598009e42e3ea7843 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 30 Jul 2005 14:03:22 +0000 Subject: * hide generate init scripts from SVN * DBUS: implement introspection for Server object * fix avahi-daemon build (missing stdio.h inclusion) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@199 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-daemon/Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'avahi-daemon/Makefile.am') diff --git a/avahi-daemon/Makefile.am b/avahi-daemon/Makefile.am index ed231a6..f152984 100644 --- a/avahi-daemon/Makefile.am +++ b/avahi-daemon/Makefile.am @@ -63,7 +63,8 @@ service_DATA = \ pkgdata_DATA = \ avahi-service.dtd -EXTRA_DIST = avahi-service.dtd avahi-daemon.conf example.service dbus-test.py +EXTRA_DIST = avahi-service.dtd avahi-daemon.conf example.service dbus-test.py Server.introspect server-introspect-xml.c +BUILT_SOURCES = server-introspect-xml.c if ENABLE_DBUS avahi_daemon_SOURCES += dbus-protocol.c dbus-protocol.h @@ -80,3 +81,7 @@ avahi_daemon_LDADD = $(AM_LDADD) ../avahi-core/libavahi-core.la ../avahi-common/ xmllint: xmllint --noout --valid example.service xmllint --noout --valid Server.introspect + xmllint --noout --valid EntryGroup.introspect + +server-introspect-xml.c: Server.introspect + python embedd-file.py -s $< server_introspect_xml > $@ -- cgit