diff options
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | libindicate/Makefile.am | 2 |
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 \ |