]> git.0d.be Git - empathy.git/blobdiff - Makefile.am
remove released flag
[empathy.git] / Makefile.am
index 4d4462d2eb63a305c053b9a66490dfb734978558..28e6374d0c08aa0ae8c976294c1cb83ddc59a4cd 100644 (file)
@@ -1,7 +1,9 @@
-MY_SUBDIRS = tools extensions po data libempathy libempathy-gtk src help tests
+MY_SUBDIRS = tools extensions po data telepathy-account-widgets libempathy libempathy-gtk src help tests
 NST_SUBDIRS = nautilus-sendto-plugin
+GOA_SUBDIRS = goa-mc-plugin
+UOA_SUBDIRS = ubuntu-online-accounts
 
-DIST_SUBDIRS = $(MY_SUBDIRS) $(NST_SUBDIRS)
+DIST_SUBDIRS = $(MY_SUBDIRS) $(NST_SUBDIRS) $(GOA_SUBDIRS) $(UOA_SUBDIRS)
 
 SUBDIRS = $(MY_SUBDIRS)
 
@@ -9,7 +11,15 @@ if HAVE_NST
 SUBDIRS += $(NST_SUBDIRS)
 endif
 
-ACLOCAL_AMFLAGS = -I m4
+if HAVE_GOA
+SUBDIRS += $(GOA_SUBDIRS)
+endif
+
+if HAVE_UOA
+SUBDIRS += $(UOA_SUBDIRS)
+endif
+
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 
 DISTCHECK_CONFIGURE_FLAGS =            \
        --disable-scrollkeeper          \