]> git.0d.be Git - empathy.git/blobdiff - Makefile.am
Add skeleton of an MC plugin to import Ubuntu Online Accounts
[empathy.git] / Makefile.am
index 1a3a118b5aa7a2164d730d660e565d3bdc392023..dc120d5fb1aa9f3524ab775e2d495f4300b21515 100644 (file)
@@ -1,8 +1,9 @@
 MY_SUBDIRS = tools extensions po data 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) $(GOA_SUBDIRS)
+DIST_SUBDIRS = $(MY_SUBDIRS) $(NST_SUBDIRS) $(GOA_SUBDIRS) $(UOA_SUBDIRS)
 
 SUBDIRS = $(MY_SUBDIRS)
 
@@ -14,6 +15,10 @@ if HAVE_GOA
 SUBDIRS += $(GOA_SUBDIRS)
 endif
 
+if HAVE_UOA
+SUBDIRS += $(UOA_SUBDIRS)
+endif
+
 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 
 DISTCHECK_CONFIGURE_FLAGS =            \