aboutsummaryrefslogtreecommitdiffstats
path: root/utils/Makefile.am
diff options
context:
space:
mode:
authorjob <job@hackwerk.org>2011-08-21 17:18:24 +0200
committerHarald Welte <laforge@gnumonks.org>2011-09-02 09:10:37 +0200
commit8e4deb677ab3cbb3515996b2f4d7bb219bbd20f2 (patch)
treeec3489c28397e05850d824d5ebc8b9e768341a9f /utils/Makefile.am
parent36b4a20acdcf0c813661ef5e8dab1fcd059235f6 (diff)
Added autoconf option for utilities and embedded
Diffstat (limited to 'utils/Makefile.am')
-rw-r--r--utils/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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