diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2009-03-28 01:53:55 +0000 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2009-03-28 13:04:30 +0000 |
commit | 5d7b1dba1a6978b0f7136445d7cd856f1d75f971 (patch) | |
tree | 1876710f095cd11efc070da70519806bebd53195 /bin | |
parent | 609496cca9c1b12303540e2be70bb79222ec7b4e (diff) | |
download | schroot-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.am | 5 |
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 + |