Index: src/Makefile.am =================================================================== --- src/Makefile.am (révision 23) +++ src/Makefile.am (copie de travail) @@ -74,7 +74,7 @@ AM_LDFLAGS = @DBUS_LIBS@ @GLIB_LIBS@ @SOFIA_LIBS@ @OPENSSL_LIBS@ # rule to generate the binding headers -%-glue.h: ../generate/xml-modified/%.xml Makefile +%-glue.h: %.xml Makefile dbus-binding-tool --mode=glib-server --output=$@ --prefix=$(subst -,_,$*) $< %-signals-marshal.h: %-signals-marshal.list Makefile @@ -110,3 +110,14 @@ config.h: echo '#define TELEPATHY_IDLE_VERSION "'@TELEPATHY_IDLE_VERSION@'"' > config.h + +EXTRA_DIST = \ + idle-connection-manager-signals-marshal.list \ + idle-connection-signals-marshal.list \ + idle-im-channel-signals-marshal.list \ + idle-server-connection-iface-signals-marshal.list \ + idle-muc-channel-signals-marshal.list \ + idle-connection-manager.xml \ + idle-connection.xml \ + idle-im-channel.xml \ + idle-muc-channel.xml