diff options
author | Stefan Siegl <stesie@brokenpipe.de> | 2005-03-27 13:49:54 +0000 |
---|---|---|
committer | Stefan Siegl <stesie@brokenpipe.de> | 2005-03-27 13:49:54 +0000 |
commit | 84fb655b9029df5eca0752a7a7d7532a0b63072b (patch) | |
tree | 319f0ec006b24ebc73fb964e88543a222cf95fd0 | |
parent | f58a2d16d947cb5838b85d984c2e7008100e5f22 (diff) |
create example-22/Makefile
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 80ba8decc..9ccda605d 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_PREREQ(2.59) AC_INIT(fuse4hurd, 0.1, ssiegl@gmx.de) -AC_REVISION($Revision: 1.1 $) +AC_REVISION($Revision: 1.2 $) AC_CONFIG_SRCDIR(main.c) AM_CONFIG_HEADER(config.h) @@ -39,5 +39,5 @@ CFLAGS="$CFLAGS -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -ggdb" # Checks for library functions. -AC_CONFIG_FILES([Makefile example/Makefile]) +AC_CONFIG_FILES([Makefile example/Makefile example-22/Makefile]) AC_OUTPUT |