]> git.0d.be Git - empathy.git/blobdiff - Makefile.am
add a copy of the LGPLv2.1
[empathy.git] / Makefile.am
index 3929d3931e0bc52871e9471e01a7cc2383604bcd..798df830fd79a5463bc693ce8526946d3ea78258 100644 (file)
@@ -1,27 +1,14 @@
-SUBDIRS = tools extensions po data libempathy libempathy-gtk src docs help
+SUBDIRS = tools extensions po data libempathy libempathy-gtk src help tests
 
-if HAVE_MEGAPHONE
-SUBDIRS += megaphone
-endif
-
-if HAVE_NOTHERE
-SUBDIRS += nothere
-endif
-
-if HAVE_PYTHON
-SUBDIRS += python
-endif
-
-if HAVE_TESTS
-SUBDIRS += tests
+if HAVE_NST
+SUBDIRS += nautilus-sendto-plugin
 endif
 
 ACLOCAL_AMFLAGS = -I m4
 
 DISTCHECK_CONFIGURE_FLAGS =            \
        --disable-scrollkeeper          \
-       --disable-schemas-install       \
-       --enable-gtk-doc
+       --disable-schemas-install
 
 EXTRA_DIST =                   \
         ChangeLog               \
@@ -45,7 +32,7 @@ distclean-local:
 ChangeLog:
        @echo Creating $@
        @if test -d "$(srcdir)/.git"; then \
-         (GIT_DIR=$(top_srcdir)/.git ./missing --run git log EMPATHY_2_24_0.. --stat) | fmt --split-only > $@.tmp \
+         (GIT_DIR=$(top_srcdir)/.git ./missing --run git log EMPATHY_2_27_1.. --stat) | fmt --split-only > $@.tmp \
          && mv -f $@.tmp $@ \
          || ($(RM) $@.tmp; \
              echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \