diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-09-29 12:03:56 (GMT) |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-09-29 12:03:56 (GMT) |
commit | 0da4ea8b6510e0d00ccf1eb0c52599532d8c4bb3 (patch) | |
tree | df46cf02ddc181cc75db90055bf9d4ed1aa96e79 /configure.ac | |
parent | 0177cc4483979b5b216240e0b1340ce97dd84113 (diff) | |
download | patchelf-0da4ea8b6510e0d00ccf1eb0c52599532d8c4bb3.zip patchelf-0da4ea8b6510e0d00ccf1eb0c52599532d8c4bb3.tar.gz patchelf-0da4ea8b6510e0d00ccf1eb0c52599532d8c4bb3.tar.bz2 |
* Add tests.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
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 |