diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2001-11-07 12:35:06 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2001-11-07 12:35:06 +0000 |
commit | c0938eafb8ea4927f21268eb7e67377c2c78a4eb (patch) | |
tree | 127d0b10967338b429fdffa11b05aef7ea64ae2f /include/linux | |
parent | 97c61e98b4cb4115c5d1191edefdab125a9e16fd (diff) | |
download | libfuse-c0938eafb8ea4927f21268eb7e67377c2c78a4eb.tar.gz |
build fixes
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/.cvsignore | 2 | ||||
-rw-r--r-- | include/linux/Makefile.am | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/.cvsignore b/include/linux/.cvsignore new file mode 100644 index 0000000..3dda729 --- /dev/null +++ b/include/linux/.cvsignore @@ -0,0 +1,2 @@ +Makefile.in +Makefile diff --git a/include/linux/Makefile.am b/include/linux/Makefile.am new file mode 100644 index 0000000..173f647 --- /dev/null +++ b/include/linux/Makefile.am @@ -0,0 +1,3 @@ +## Process this file with automake to produce Makefile.in + +noinst_HEADERS = fuse.h |