summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Siegl <stesie@brokenpipe.de>2006-01-30 23:11:05 +0000
committerStefan Siegl <stesie@brokenpipe.de>2006-01-30 23:11:05 +0000
commit1a081355385917e2f7af6ac13a8fed807d3b4bf0 (patch)
tree57b4f88a27d00a799838e95947ee28079c1a843c
parentad506a98d82194fd632409b687a0d7fd61a1eb4c (diff)
configure example-24 directory as well.
-rw-r--r--configure.ac7
1 files changed, 5 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index bd34f628f..37f8a04eb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@
AC_PREREQ(2.59)
AC_INIT(libfuse, 0.1, hurdextras-hackers@nongnu.org)
-AC_REVISION($Revision: 1.6 $)
+AC_REVISION($Revision: 1.7 $)
AC_CONFIG_SRCDIR(src/main.c)
AM_CONFIG_HEADER(config.h)
@@ -41,5 +41,8 @@ CFLAGS="$CFLAGS -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -ggdb"
AC_CONFIG_FILES([fuse.pc Makefile]
[include/Makefile src/Makefile]
- [example/Makefile example-22/Makefile example-23/Makefile])
+ [example/Makefile
+ example-22/Makefile
+ example-23/Makefile
+ example-24/Makefile])
AC_OUTPUT