diff options
author | Ted Gould <ted@canonical.com> | 2009-03-12 19:21:22 +0200 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-03-12 19:21:22 +0200 |
commit | cad75161c3193652507cba2cafec732a0757ae03 (patch) | |
tree | 58e0ffadcad297cb49943ef06b4b364c75960ba2 | |
parent | 34d085bf03d1b745a21d7353b3d980f6e3e07d90 (diff) | |
download | libayatana-indicator-cad75161c3193652507cba2cafec732a0757ae03.tar.gz libayatana-indicator-cad75161c3193652507cba2cafec732a0757ae03.tar.bz2 libayatana-indicator-cad75161c3193652507cba2cafec732a0757ae03.zip |
Fixes for distcheck0.1.2
-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 \ |