diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2004-12-04 00:40:50 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2004-12-04 00:40:50 +0000 |
commit | 0b6a0adc4d44e5b9d0855e257091eec643f3a185 (patch) | |
tree | 7334ed0295c1d8bac701fea6778923bd383225e5 /include/Makefile.am | |
parent | aa63b6b0f9d2c2e160554b788b000c5bc6f52309 (diff) | |
download | libfuse-0b6a0adc4d44e5b9d0855e257091eec643f3a185.tar.gz |
backward compatibility
Diffstat (limited to 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index f6f1600..14ac9d9 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in fuseincludedir=$(includedir)/fuse -fuseinclude_HEADERS = fuse.h +fuseinclude_HEADERS = fuse.h fuse_compat.h noinst_HEADERS = fuse_kernel.h # remove fuse.h from old place to avoid collision with new one |