diff options
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 . |