aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2009-08-25 21:23:16 +0300
committerPetri Lehtinen <petri@digip.org>2009-08-25 21:23:26 +0300
commitbf0d38396121d11ceccb530bb8b8739393b2690b (patch)
tree35801b8161c3e041d7b492a4bc9e226328c46913 /configure.ac
parent6e17271fa9da663f8a422922a08e3ec196ec56eb (diff)
downloadjansson-bf0d38396121d11ceccb530bb8b8739393b2690b.zip
jansson-bf0d38396121d11ceccb530bb8b8739393b2690b.tar.gz
jansson-bf0d38396121d11ceccb530bb8b8739393b2690b.tar.bz2
test: Add Makefile.am to test/testprogs
This way it's an individual subdirectory and things go easier.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c0a095e..c01ff67 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,5 +23,6 @@ AC_CONFIG_FILES([
doc/Makefile
src/Makefile
test/Makefile
+ test/testprogs/Makefile
])
AC_OUTPUT