[folks] Distribute test data files



commit c815354e5d039e79633ad0931141a342c5d08301
Author: Travis Reitter <travis reitter collabora co uk>
Date:   Tue Mar 1 18:45:24 2011 -0800

    Distribute test data files

 configure.ac           |    1 +
 tests/Makefile.am      |    1 +
 tests/data/Makefile.am |    5 +++++
 3 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 8ddc754..50d8830 100644
--- a/configure.ac
+++ b/configure.ac
@@ -333,6 +333,7 @@ AC_CONFIG_FILES([
     docs/Makefile
     po/Makefile.in
     tests/Makefile
+    tests/data/Makefile
     tests/folks/Makefile
     tests/key-file/Makefile
     tests/telepathy/Makefile
diff --git a/tests/Makefile.am b/tests/Makefile.am
index dafbd35..76d6432 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,4 +1,5 @@
 SUBDIRS = \
+    data \
     lib \
     tools \
     folks \
diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am
new file mode 100644
index 0000000..a2b9838
--- /dev/null
+++ b/tests/data/Makefile.am
@@ -0,0 +1,5 @@
+EXTRA_DIST = \
+	backend-store-all.ini \
+	$(NULL)
+
+-include $(top_srcdir)/git.mk



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]