aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-06-27 11:45:15 +0200
committerHarald Welte <laforge@gnumonks.org>2011-06-27 11:45:15 +0200
commitd9f981cf5681eb925c87ea86f4f38f90ce8bcc9f (patch)
tree57b6d2b0b9580fa6797bfc27d0af47a384330c18 /src
parentb2c0836440bf59d317cf034b6fff5ef0cd572e4e (diff)
only build sysmocom-femtobts conditionally
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index bed0f45c..92bbed94 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1 +1,5 @@
-SUBDIRS = common osmo-bts-sysmo #osmo-bts-bb
+SUBDIRS = common #osmo-bts-bb
+
+if ENABLE_SYSMOBTS
+SUBDIRS += osmo-bts-sysmo
+endif