diff options
author | Stefan Siegl <stesie@brokenpipe.de> | 2006-04-13 19:14:02 +0000 |
---|---|---|
committer | Stefan Siegl <stesie@brokenpipe.de> | 2006-04-13 19:14:02 +0000 |
commit | e9628408d3d7a81f40448d4f7918f70667e33e44 (patch) | |
tree | 6638cfc09efde5ee6cd298804821b1361147c6f7 /configure.ac | |
parent | 22740ae4d1f0758b1897781ad199ac1d0c24f608 (diff) |
provide /include/fuse.h header file for compatibility reasons (quite like GNU/Linux's libfuse does)
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 37f8a04eb..90a2fa81b 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.7 $) +AC_REVISION($Revision: 1.8 $) AC_CONFIG_SRCDIR(src/main.c) AM_CONFIG_HEADER(config.h) @@ -40,7 +40,7 @@ CFLAGS="$CFLAGS -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -ggdb" # Checks for library functions. AC_CONFIG_FILES([fuse.pc Makefile] - [include/Makefile src/Makefile] + [include/Makefile include/old/Makefile src/Makefile] [example/Makefile example-22/Makefile example-23/Makefile |