diff options
author | Ted Gould <ted@canonical.com> | 2009-03-12 19:24:47 +0200 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-03-12 19:24:47 +0200 |
commit | 8a4010a6eb35da463364624ba0a1b627f1d3f60d (patch) | |
tree | 2a945d9774fc39ab2b828d107f3023f624fd7c2d /Makefile.am | |
parent | ef381a023c9a4337e61805e4d9e7da4e0c58c965 (diff) | |
parent | cad75161c3193652507cba2cafec732a0757ae03 (diff) | |
download | libayatana-indicator-8a4010a6eb35da463364624ba0a1b627f1d3f60d.tar.gz libayatana-indicator-8a4010a6eb35da463364624ba0a1b627f1d3f60d.tar.bz2 libayatana-indicator-8a4010a6eb35da463364624ba0a1b627f1d3f60d.zip |
Merging in 0.1.2
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 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 + |