diff options
author | Ted Gould <ted@canonical.com> | 2009-08-18 13:41:27 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-18 13:41:27 -0500 |
commit | f9bc0fe67b49f00732073c5945d8dd50d60ecb97 (patch) | |
tree | 55cc90563a8a798ecbae07d3f441dafea247237e /Makefile.am | |
parent | dcbb7eba056da11cf575bb2a10fea954440bb0fb (diff) | |
parent | ba24704988964a1f211e82e87cbe8aca29641979 (diff) | |
download | libayatana-indicator-f9bc0fe67b49f00732073c5945d8dd50d60ecb97.tar.gz libayatana-indicator-f9bc0fe67b49f00732073c5945d8dd50d60ecb97.tar.bz2 libayatana-indicator-f9bc0fe67b49f00732073c5945d8dd50d60ecb97.zip |
Merging in the separation from indicator-applet
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 |