Add namespace and version to libfolks-tracker GIR
[platform/upstream/folks.git] / Makefile.am
index 799b193..a82d5e1 100644 (file)
@@ -3,18 +3,32 @@ 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 \