summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte2010-05-29 11:49:51 +0200
committerHarald Welte2010-05-29 11:49:51 +0200
commit544037700c01bf557f4db88dd1cbe8ab7a4f7f8c (patch)
tree21eed848114037a363deefdf500164ac7e141a17 /include
parent[VTY] Introduce "struct vty_app_info" for vty_init() function (diff)
downloadlibosmocore-544037700c01bf557f4db88dd1cbe8ab7a4f7f8c.tar.gz
libosmocore-544037700c01bf557f4db88dd1cbe8ab7a4f7f8c.tar.xz
libosmocore-544037700c01bf557f4db88dd1cbe8ab7a4f7f8c.zip
add configure option '--disable-vty' to prevent building libosmovty
Diffstat (limited to 'include')
-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 c9023e6..71293d1 100644
--- a/include/osmocom/Makefile.am
+++ b/include/osmocom/Makefile.am
@@ -1 +1,3 @@
+if ENABLE_VTY
SUBDIRS = vty
+endif