aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/Makefile.am
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-05-29 11:49:51 +0200
committerHarald Welte <laforge@gnumonks.org>2010-05-29 11:49:51 +0200
commit544037700c01bf557f4db88dd1cbe8ab7a4f7f8c (patch)
tree21eed848114037a363deefdf500164ac7e141a17 /include/osmocom/Makefile.am
parent237f6241f2b91a81b928ce4e3fc1364f61f11eaa (diff)
add configure option '--disable-vty' to prevent building libosmovty
Diffstat (limited to 'include/osmocom/Makefile.am')
-rw-r--r--include/osmocom/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/Makefile.am b/include/osmocom/Makefile.am
index c9023e65..71293d15 100644
--- a/include/osmocom/Makefile.am
+++ b/include/osmocom/Makefile.am
@@ -1 +1,3 @@
+if ENABLE_VTY
SUBDIRS = vty
+endif