diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2004-12-01 18:56:39 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2004-12-01 18:56:39 +0000 |
commit | b9b94cdd0a05ff3cba661fda58279e4bdc74db5c (patch) | |
tree | 79461f2a8fe5ea8aeb83cf312b542919d69e67e1 /include/linux | |
parent | 039322d8f1295bf20057303882bf1202a03d125e (diff) | |
download | libfuse-b9b94cdd0a05ff3cba661fda58279e4bdc74db5c.tar.gz |
merge from merge4 to merge5
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/.cvsignore | 3 | ||||
-rw-r--r-- | include/linux/Makefile.am | 8 |
2 files changed, 0 insertions, 11 deletions
diff --git a/include/linux/.cvsignore b/include/linux/.cvsignore deleted file mode 100644 index 3e71cc3..0000000 --- a/include/linux/.cvsignore +++ /dev/null @@ -1,3 +0,0 @@ -Makefile.in -Makefile -fuse.h diff --git a/include/linux/Makefile.am b/include/linux/Makefile.am deleted file mode 100644 index 486c3d4..0000000 --- a/include/linux/Makefile.am +++ /dev/null @@ -1,8 +0,0 @@ -## 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 . |