diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2004-11-10 11:52:26 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2004-11-10 11:52:26 +0000 |
commit | 51ec103bec44fc172cb606e30fd681f378ed4809 (patch) | |
tree | a1f33cf34250c562cc41d2b58266cd0bb59c650c /include/linux/Makefile.am | |
parent | 064efb0c65763655c3b7cc66b0dc0c553b60a2a5 (diff) | |
download | libfuse-51ec103bec44fc172cb606e30fd681f378ed4809.tar.gz |
merge up to fuse_2_0_merge1
Diffstat (limited to 'include/linux/Makefile.am')
-rw-r--r-- | include/linux/Makefile.am | 5 |
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 . |