diff options
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 |