Distribute appropriate files
authorPetri Lehtinen <petri@digip.org>
Tue, 25 Aug 2009 18:24:07 +0000 (21:24 +0300)
committerPetri Lehtinen <petri@digip.org>
Tue, 25 Aug 2009 18:48:34 +0000 (21:48 +0300)
Makefile.am
doc/Makefile.am
test/Makefile.am
test/testdata/Makefile.am [new file with mode: 0644]

index 81cad53..f35e697 100644 (file)
@@ -1 +1,2 @@
+EXTRA_DIST = LICENSE README.rst
 SUBDIRS = doc src test
 SUBDIRS = doc src test
index 49c98c9..c28c140 100644 (file)
@@ -1,4 +1,4 @@
-EXTRA_DIST = conf.py apiref.rst index.rst
+EXTRA_DIST = conf.py apiref.rst index.rst ext/refcounting.py
 
 clean-local:
        rm -rf .build
 
 clean-local:
        rm -rf .build
index ce169ae..ed11110 100644 (file)
@@ -1,3 +1,4 @@
+DIST_SUBDIRS = testprogs testdata
 SUBDIRS = testprogs
 
 check_PROGRAMS = loadf_dumpf loads_dumps load_file_dump_file
 SUBDIRS = testprogs
 
 check_PROGRAMS = loadf_dumpf loads_dumps load_file_dump_file
@@ -9,5 +10,13 @@ LDADD = ../src/libjansson.la
 
 TESTS = test-api test-invalid test-valid
 
 
 TESTS = test-api test-invalid test-valid
 
+EXTRA_DIST = \
+       test-api \
+       test-invalid \
+       test-valid \
+       run-test \
+       json-compare.py \
+       split-testfile.py
+
 clean-local:
        rm -rf testlogs
 clean-local:
        rm -rf testlogs
diff --git a/test/testdata/Makefile.am b/test/testdata/Makefile.am
new file mode 100644 (file)
index 0000000..25d631b
--- /dev/null
@@ -0,0 +1 @@
+EXTRA_DIST = invalid invalid-unicode valid