aboutsummaryrefslogtreecommitdiffstats
path: root/include/Makefile.am
blob: 14ac9d91d1357529e5bf4db35bee8b571cd7ed93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
## Process this file with automake to produce Makefile.in

fuseincludedir=$(includedir)/fuse
fuseinclude_HEADERS = fuse.h fuse_compat.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