aboutsummaryrefslogtreecommitdiffstats
path: root/include/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'include/Makefile.am')
-rw-r--r--include/Makefile.am8
1 files changed, 1 insertions, 7 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 14ac9d9..269e0e1 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -2,11 +2,5 @@
fuseincludedir=$(includedir)/fuse
fuseinclude_HEADERS = fuse.h fuse_compat.h
+include_HEADERS = old/fuse.h
noinst_HEADERS = fuse_kernel.h
-
-# remove fuse.h from old place to avoid collision with new one
-install-data-local:
- @if test -f $(includedir)/fuse.h; then \
- echo "Removing old FUSE header from $(includedir)/fuse.h"; \
- rm -f $(includedir)/fuse.h; \
- fi