diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2006-09-03 18:28:52 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2006-09-03 18:28:52 +0000 |
commit | 38f152c72decfc8a995c8a9fa7f932f348d0e1e2 (patch) | |
tree | 79a26409e8599e29341c0ec68662a754717efaad /lib/Makefile.am | |
parent | 16dbf945f09eb6c84c51b59061dd62c76d3ececd (diff) | |
download | libfuse-38f152c72decfc8a995c8a9fa7f932f348d0e1e2.tar.gz |
fix
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 049589c..5206493 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -16,6 +16,7 @@ libfuse_la_SOURCES = \ fuse_loop.c \ fuse_loop_mt.c \ fuse_lowlevel.c \ + fuse_misc.h \ fuse_mt.c \ fuse_opt.c \ fuse_session.c \ |