aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2007-04-25 15:52:39 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2007-04-25 15:52:39 +0000
commit8e10b7420a10b73625eee93ea4096f4a2bc21ad5 (patch)
tree13ebf4dbdc1aa7ed56fd621ffecbd7809875079c /lib/Makefile.am
parent0ac820ee6a02e761ad00e70b93c448de4d227877 (diff)
downloadlibfuse-8e10b7420a10b73625eee93ea4096f4a2bc21ad5.tar.gz
*** empty log message ***
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 40f7014..0247d11 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -8,7 +8,7 @@ lib_LTLIBRARIES = libfuse.la libulockmgr.la
if BSD
mount_source = mount_bsd.c
else
-mount_source = mount.c
+mount_source = mount.c mount_util.c mount_util.h
endif
if ICONV