aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/Makefile.am
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2004-11-10 11:52:26 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2004-11-10 11:52:26 +0000
commit51ec103bec44fc172cb606e30fd681f378ed4809 (patch)
treea1f33cf34250c562cc41d2b58266cd0bb59c650c /include/linux/Makefile.am
parent064efb0c65763655c3b7cc66b0dc0c553b60a2a5 (diff)
downloadlibfuse-51ec103bec44fc172cb606e30fd681f378ed4809.tar.gz
merge up to fuse_2_0_merge1
Diffstat (limited to 'include/linux/Makefile.am')
-rw-r--r--include/linux/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/Makefile.am b/include/linux/Makefile.am
index 173f647..486c3d4 100644
--- a/include/linux/Makefile.am
+++ b/include/linux/Makefile.am
@@ -1,3 +1,8 @@
## Process this file with automake to produce Makefile.in
noinst_HEADERS = fuse.h
+
+all-local: fuse.h
+
+fuse.h:
+ ln -s ../../kernel/linux/fuse.h .