summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2005-09-29 12:03:56 +0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2005-09-29 12:03:56 +0000
commit0da4ea8b6510e0d00ccf1eb0c52599532d8c4bb3 (patch)
treedf46cf02ddc181cc75db90055bf9d4ed1aa96e79 /configure.ac
parent0177cc4483979b5b216240e0b1340ce97dd84113 (diff)
* Add tests.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 13a9b83..6619003 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT(patchelf, "0.1")
-AC_CONFIG_SRCDIR(patchelf.c)
+AC_CONFIG_SRCDIR(Makefile.am)
AM_INIT_AUTOMAKE
# Change to `1' to produce a `stable' release (i.e., the `preREVISION'
@@ -16,5 +16,5 @@ if test "$STABLE" != "1"; then
fi
AC_PROG_CC
-AC_CONFIG_FILES([Makefile])
+AC_CONFIG_FILES([Makefile src/Makefile tests/Makefile])
AC_OUTPUT