summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Siegl <stesie@brokenpipe.de>2006-08-07 12:42:29 +0000
committerStefan Siegl <stesie@brokenpipe.de>2006-08-07 12:42:29 +0000
commitfc52e835f9f3bc3c6e2692eac463e275c794472b (patch)
tree4eb54b08fabc970a9823f88d5dcf110a0e7e4fb5
parentc580f04bb2c2eab9b38300e403011ece495e4fa8 (diff)
install fuse_opt.h and fuse_common.h along with the other header files
-rw-r--r--include/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 7e6f6157c..7df263119 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -8,4 +8,6 @@ SUBDIRS = old
fuseincludedir=$(includedir)/fuse
fuseinclude_HEADERS = \
fuse.h \
+ fuse_opt.h \
+ fuse_common.h \
fuse_compat.h