]> git.0d.be Git - empathy.git/blobdiff - Makefile.am
account-settings: allow to change the service
[empathy.git] / Makefile.am
index bd8dd6828cff6d5addacab4eae378164295771f5..f86a3a46f078ebe64ed36e7913dca6340fa9bdd0 100644 (file)
@@ -1,10 +1,20 @@
-SUBDIRS = tools extensions po data libempathy libempathy-gtk src help tests
+MY_SUBDIRS = tools extensions po data telepathy-yell libempathy libempathy-gtk src help tests
+NST_SUBDIRS = nautilus-sendto-plugin
+GOA_SUBDIRS = goa-mc-plugin
+
+DIST_SUBDIRS = $(MY_SUBDIRS) $(NST_SUBDIRS) $(GOA_SUBDIRS)
+
+SUBDIRS = $(MY_SUBDIRS)
 
 if HAVE_NST
-SUBDIRS += nautilus-sendto-plugin
+SUBDIRS += $(NST_SUBDIRS)
+endif
+
+if HAVE_GOA
+SUBDIRS += $(GOA_SUBDIRS)
 endif
 
-ACLOCAL_AMFLAGS = -I m4
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 
 DISTCHECK_CONFIGURE_FLAGS =            \
        --disable-scrollkeeper          \
@@ -29,7 +39,7 @@ DISTCLEANFILES =              \
 distuninstallcheck_listfiles = find . -type f -print | grep -v '^\./var/scrollkeeper'
 
 distclean-local:
-       if test "x$(srdcir)" = "x."; then :; else \
+       if test "x$(srcdir)" = "x."; then :; else \
                rm -f ChangeLog; \
        fi