From: Petri Lehtinen Date: Thu, 21 Jan 2010 18:59:17 +0000 (+0200) Subject: Distribute some missing files X-Git-Tag: v1.2~2 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=jansson.git;a=commitdiff_plain;h=4c6cb6afd18793f8ae5b56d8435088539c170290 Distribute some missing files --- diff --git a/test/Makefile.am b/test/Makefile.am index e468d22..86d1614 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,5 +1,5 @@ SUBDIRS = bin suites -EXTRA_DIST = scripts +EXTRA_DIST = scripts run-suites TESTS = run-suites TESTS_ENVIRONMENT = \ diff --git a/test/suites/api/Makefile.am b/test/suites/api/Makefile.am index 772f75a..64523c0 100644 --- a/test/suites/api/Makefile.am +++ b/test/suites/api/Makefile.am @@ -1,3 +1,5 @@ +EXTRA_DIST = run + check_PROGRAMS = \ test_array \ test_equal \