summaryrefslogtreecommitdiff
path: root/bin/schroot-releaselock
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2009-05-08 23:23:33 +0100
committerRoger Leigh <rleigh@debian.org>2009-05-10 17:36:07 +0100
commit03ad30155ebcb513e8efa62b35ae1d8fcac1c754 (patch)
treee24172393f93ce8b36f70ea29c64f26f1c811157 /bin/schroot-releaselock
parent06eba6b16eac545b3913c91b462884e9e10e1560 (diff)
downloadschroot-03ad30155ebcb513e8efa62b35ae1d8fcac1c754.tar.gz
[build] Conditionally compile block-device and lvm-snapshot support
Diffstat (limited to 'bin/schroot-releaselock')
-rw-r--r--bin/schroot-releaselock/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/schroot-releaselock/Makefile.am b/bin/schroot-releaselock/Makefile.am
index 2c0cf65e..f65338b9 100644
--- a/bin/schroot-releaselock/Makefile.am
+++ b/bin/schroot-releaselock/Makefile.am
@@ -27,7 +27,9 @@ LOCAL_CXXFLAGS = $(SCHROOT_CFLAGS) -I$(top_srcdir)/bin
DEFS = -DLOCALEDIR=\"$(localedir)\" -D_GNU_SOURCE
+if BUILD_BLOCKDEV
pkglibexec_PROGRAMS = schroot-releaselock
+endif
schroot_releaselock_SOURCES = \
schroot-releaselock-main.h \