summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2013-04-02 22:44:18 +0100
committerRoger Leigh <rleigh@debian.org>2013-04-02 22:44:18 +0100
commitd28c549c49243bd9c19f063192de9effc1eff821 (patch)
treeb6ad0cf3de8b469139833582e4696785ed849f28 /libexec
parent90f3877205681739b9989b462e8d399e3c1a8e2a (diff)
downloadschroot-d28c549c49243bd9c19f063192de9effc1eff821.tar.gz
lib: Move libschroot-base to lib
Diffstat (limited to 'libexec')
-rw-r--r--libexec/listmounts/Makefile.am2
-rw-r--r--libexec/mount/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/libexec/listmounts/Makefile.am b/libexec/listmounts/Makefile.am
index f0edc8d2..a9bb166c 100644
--- a/libexec/listmounts/Makefile.am
+++ b/libexec/listmounts/Makefile.am
@@ -25,4 +25,4 @@ libexec_listmounts_listmounts_SOURCES = \
libexec/listmounts/options.cc \
libexec/listmounts/listmounts.cc
libexec_listmounts_listmounts_LDADD = \
- $(top_builddir)/bin/schroot-base/libschroot-base.la
+ $(top_builddir)/lib/schroot-base/libschroot-base.la
diff --git a/libexec/mount/Makefile.am b/libexec/mount/Makefile.am
index 955df88d..61392030 100644
--- a/libexec/mount/Makefile.am
+++ b/libexec/mount/Makefile.am
@@ -26,5 +26,5 @@ libexec_mount_mount_SOURCES = \
libexec/mount/mount.cc
libexec_mount_mount_LDADD = $(BOOST_FILESYSTEM_LIBS) \
- $(top_builddir)/bin/schroot-base/libschroot-base.la
+ $(top_builddir)/lib/schroot-base/libschroot-base.la