From 1c67e754b8e5bd25f966152d9bca347dbc75ec4e Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 15 Jan 2017 17:52:30 +0100 Subject: configure.ac: Introduce --disable-ctrl Using --disable-ctrl, one can disable the building of libosmoctrl. The 'embedded' target will also automaticall disable ctrl. Change-Id: I6912396338c5b23ae860fef2a55854d6df9a579d --- src/ctrl/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/ctrl/Makefile.am b/src/ctrl/Makefile.am index 8bf34429..1817caca 100644 --- a/src/ctrl/Makefile.am +++ b/src/ctrl/Makefile.am @@ -5,6 +5,7 @@ LIBVERSION=0:0:0 AM_CFLAGS = -Wall $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)/include $(TALLOC_CFLAGS) +if ENABLE_CTRL lib_LTLIBRARIES = libosmoctrl.la libosmoctrl_la_SOURCES = control_cmd.c control_if.c @@ -18,3 +19,5 @@ libosmoctrl_la_LIBADD = \ if ENABLE_VTY libosmoctrl_la_SOURCES += control_vty.c endif + +endif -- cgit v1.2.3