aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2009-08-25 21:24:07 +0300
committerPetri Lehtinen <petri@digip.org>2009-08-25 21:48:34 +0300
commit390b0ba633ded8af492d842c0e7e184a355f33a8 (patch)
treefd38ddf24914e5af0c3c6712069576e801e560eb
parentbf0d38396121d11ceccb530bb8b8739393b2690b (diff)
downloadjansson-390b0ba633ded8af492d842c0e7e184a355f33a8.zip
jansson-390b0ba633ded8af492d842c0e7e184a355f33a8.tar.gz
jansson-390b0ba633ded8af492d842c0e7e184a355f33a8.tar.bz2
Distribute appropriate files
-rw-r--r--Makefile.am1
-rw-r--r--doc/Makefile.am2
-rw-r--r--test/Makefile.am9
-rw-r--r--test/testdata/Makefile.am1
4 files changed, 12 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 81cad53..f35e697 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1 +1,2 @@
+EXTRA_DIST = LICENSE README.rst
SUBDIRS = doc src test
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 49c98c9..c28c140 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -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
diff --git a/test/Makefile.am b/test/Makefile.am
index ce169ae..ed11110 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,3 +1,4 @@
+DIST_SUBDIRS = testprogs testdata
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
+EXTRA_DIST = \
+ test-api \
+ test-invalid \
+ test-valid \
+ run-test \
+ json-compare.py \
+ split-testfile.py
+
clean-local:
rm -rf testlogs
diff --git a/test/testdata/Makefile.am b/test/testdata/Makefile.am
new file mode 100644
index 0000000..25d631b
--- /dev/null
+++ b/test/testdata/Makefile.am
@@ -0,0 +1 @@
+EXTRA_DIST = invalid invalid-unicode valid