Add namespace and version to libfolks-tracker GIR
[platform/upstream/folks.git] / Makefile.am
index ba7ee91..a82d5e1 100644 (file)
@@ -3,17 +3,35 @@ ACLOCAL_AMFLAGS = -I m4
 SUBDIRS = \
        folks \
        backends \
-       tests \
        tools \
        po \
        $(NULL)
 
+if ENABLE_TESTS
+SUBDIRS += tests
+endif
+
 if HAVE_VALADOC
 SUBDIRS += docs
 endif
 
+DIST_SUBDIRS = \
+       backends \
+       docs \
+       folks \
+       tests \
+       tools \
+       po \
+       $(NULL)
+
 DISTCHECK_CONFIGURE_FLAGS = \
        --enable-docs \
+       --enable-tests \
+       --enable-eds-backend \
+       --enable-telepathy-backend \
+       --enable-libsocialweb-backend \
+       --enable-tracker-backend \
+       --enable-zeitgeist \
        --disable-vala \
        $(NULL)