summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2013-04-02 21:49:21 +0100
committerRoger Leigh <rleigh@debian.org>2013-04-02 22:24:07 +0100
commitaf6ed1dbd724ff20bf28f13d2aac4f22b4958693 (patch)
tree6ad16ef0a6f30e8ef388d85203e53ce2dd6bffbd /libexec
parent0eba95b22c73eee00fe1bd3b4ddd9daeaaf42624 (diff)
downloadschroot-af6ed1dbd724ff20bf28f13d2aac4f22b4958693.tar.gz
libexec: Rename schroot-listmounts to listmounts
Diffstat (limited to 'libexec')
-rw-r--r--libexec/schroot-listmounts/Makefile.am8
-rw-r--r--libexec/schroot-listmounts/listmounts.cc (renamed from libexec/schroot-listmounts/schroot-listmounts.cc)0
2 files changed, 4 insertions, 4 deletions
diff --git a/libexec/schroot-listmounts/Makefile.am b/libexec/schroot-listmounts/Makefile.am
index 3fc05d13..13f750a3 100644
--- a/libexec/schroot-listmounts/Makefile.am
+++ b/libexec/schroot-listmounts/Makefile.am
@@ -16,13 +16,13 @@
#
#####################################################################
-pkglibexec_PROGRAMS += libexec/schroot-listmounts/schroot-listmounts
+pkglibexec_PROGRAMS += libexec/schroot-listmounts/listmounts
-bin_schroot_listmounts_schroot_listmounts_SOURCES = \
+libexec_schroot_listmounts_listmounts_SOURCES = \
libexec/schroot-listmounts/main.h \
libexec/schroot-listmounts/main.cc \
libexec/schroot-listmounts/options.h \
libexec/schroot-listmounts/options.cc \
- libexec/schroot-listmounts/schroot-listmounts.cc
-bin_schroot_listmounts_schroot_listmounts_LDADD = \
+ libexec/schroot-listmounts/listmounts.cc
+libexec_schroot_listmounts_listmounts_LDADD = \
$(top_builddir)/bin/schroot-base/libschroot-base.la
diff --git a/libexec/schroot-listmounts/schroot-listmounts.cc b/libexec/schroot-listmounts/listmounts.cc
index 4c957509..4c957509 100644
--- a/libexec/schroot-listmounts/schroot-listmounts.cc
+++ b/libexec/schroot-listmounts/listmounts.cc