summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <[email protected]>2009-03-12 19:21:22 +0200
committerTed Gould <[email protected]>2009-03-12 19:21:22 +0200
commitb16d4694417517391bae128a8a7a517272cbdf62 (patch)
treef055851789ce3fcfe7df1c56adae44def5e7c9cc
parentb5bb4df0f71ac5738b200ffbcc5aa781df4240d8 (diff)
Fixes for distcheck0.1.2
-rw-r--r--Makefile.am3
-rw-r--r--libindicate/Makefile.am2
2 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index f304ab6..d4f7ca2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,6 +14,9 @@ EXTRA_DIST = \
omf.make \
xmldocs.make
+DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-scrollkeeper
+
DISTCLEANFILES = \
indicator-applet-*.tar.gz \
gtk-doc.make
+
diff --git a/libindicate/Makefile.am b/libindicate/Makefile.am
index 5528d1d..b851919 100644
--- a/libindicate/Makefile.am
+++ b/libindicate/Makefile.am
@@ -34,6 +34,8 @@ libindicate_la_SOURCES = \
$(indicate_headers) \
dbus-indicate-server.h \
dbus-indicate-client.h \
+ dbus-listener-server.h \
+ dbus-listener-client.h \
server.c \
listener.c \
listener-marshal.c \