From 8e4deb677ab3cbb3515996b2f4d7bb219bbd20f2 Mon Sep 17 00:00:00 2001 From: job Date: Sun, 21 Aug 2011 17:18:24 +0200 Subject: Added autoconf option for utilities and embedded --- utils/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils') diff --git a/utils/Makefile.am b/utils/Makefile.am index 645cfd54..22903d97 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -1,5 +1,7 @@ +if ENABLE_UTILITIES INCLUDES = $(all_includes) -I$(top_srcdir)/include noinst_PROGRAMS = osmo-arfcn osmo_arfcn_SOURCES = osmo-arfcn.c osmo_arfcn_LDADD = $(top_builddir)/src/libosmocore.la $(top_builddir)/src/gsm/libosmogsm.la +endif -- cgit v1.2.3