diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2006-01-06 18:29:40 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2006-01-06 18:29:40 +0000 |
commit | 95da860d29a54c6dc21683a34edefead597e3bbc (patch) | |
tree | ac1df7de0b985741e97169b2e3233ab1267cfdd5 /lib/Makefile.am | |
parent | 1f6a5346406a620071ae6a659d5a75cd5220a128 (diff) | |
download | libfuse-95da860d29a54c6dc21683a34edefead597e3bbc.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 2af57b9..d58cfed 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -18,6 +18,7 @@ libfuse_la_SOURCES = \ fuse_mt.c \ fuse_opt.c \ fuse_session.c \ + fuse_signals.c \ helper.c \ $(mount_source) |