[gnote] Fix make distcheck for DBus



commit b2369273315ad6b393bd846149e59567355a9c87
Author: Hubert Figuiere <hub figuiere net>
Date:   Wed Jul 29 21:01:57 2009 -0400

    Fix make distcheck for DBus

 src/Makefile.am      |    1 +
 src/dbus/Makefile.am |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 016fd63..9d2cc8f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -82,6 +82,7 @@ SUBDIRS += dbus
 DBUS_SOURCES=remotecontrolproxy.hpp remotecontrolproxy.cpp \
 	dbus/remotecontrol.hpp dbus/remotecontrol.cpp \
 	dbus/remotecontrolclient.hpp dbus/remotecontrolclient.cpp \
+	dbus/iremotecontrol.hpp \
 	$(NULL)
 endif
 
diff --git a/src/dbus/Makefile.am b/src/dbus/Makefile.am
index 6ae69eb..bc04507 100644
--- a/src/dbus/Makefile.am
+++ b/src/dbus/Makefile.am
@@ -12,3 +12,4 @@ CLEANFILES = $(BUILT_SOURCES)
 dist-hook:
 	cd $(distdir); rm -f $(BUILT_SOURCES)
 
+EXTRA_DIST = gnote-introspect.xml
\ No newline at end of file



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]