summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2009-03-28 01:53:55 +0000
committerRoger Leigh <rleigh@debian.org>2009-03-28 13:04:30 +0000
commit5d7b1dba1a6978b0f7136445d7cd856f1d75f971 (patch)
tree1876710f095cd11efc070da70519806bebd53195 /bin
parent609496cca9c1b12303540e2be70bb79222ec7b4e (diff)
downloadschroot-5d7b1dba1a6978b0f7136445d7cd856f1d75f971.tar.gz
[build] Just link schroot-mount to boost filesystem lib
Follow suggestion from dh_shlibdeps, as no other program uses symbols from libboost_filesystem. Signed-off-by: Roger Leigh <rleigh@debian.org>
Diffstat (limited to 'bin')
-rw-r--r--bin/schroot-mount/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/schroot-mount/Makefile.am b/bin/schroot-mount/Makefile.am
index 2ef80468..fe45ac44 100644
--- a/bin/schroot-mount/Makefile.am
+++ b/bin/schroot-mount/Makefile.am
@@ -35,4 +35,7 @@ schroot_mount_SOURCES = \
schroot-mount-options.h \
schroot-mount-options.cc \
schroot-mount.cc
-schroot_mount_LDADD = $(top_builddir)/bin/schroot-base/libschroot-base.la
+
+schroot_mount_LDADD = $(BOOST_FILESYSTEM_LIBS) \
+ $(top_builddir)/bin/schroot-base/libschroot-base.la
+