diff options
author | Ted Gould <ted@canonical.com> | 2009-08-18 11:52:09 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-18 11:52:09 -0500 |
commit | ba24704988964a1f211e82e87cbe8aca29641979 (patch) | |
tree | f2218fc755cf815cfea4249388301fcd7867297b /Makefile.am | |
parent | 033de5525d9a2074232e9e0c745a82fd9ad07b4b (diff) | |
download | libayatana-indicator-ba24704988964a1f211e82e87cbe8aca29641979.tar.gz libayatana-indicator-ba24704988964a1f211e82e87cbe8aca29641979.tar.bz2 libayatana-indicator-ba24704988964a1f211e82e87cbe8aca29641979.zip |
Deleting everything only leaving libindicator
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 23 |
1 files changed, 2 insertions, 21 deletions
diff --git a/Makefile.am b/Makefile.am index 072e8df..ae85ded 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,26 +1,7 @@ SUBDIRS = \ - src \ - src-sus \ - libindicate \ - libindicate-gtk \ - libindicator \ - examples \ - tests \ - data \ - po \ - docs - -EXTRA_DIST = \ - COPYING.LIB.LGPL.2.1 \ - COPYING.LIB.LGPL.3 \ - gtk-doc.make \ - omf.make \ - xmldocs.make - -DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-scrollkeeper + libindicator DISTCLEANFILES = \ - indicator-applet-*.tar.gz \ - gtk-doc.make + libindicator-*.tar.gz |