aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-12-20 19:22:44 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-12-20 19:23:01 +0100
commit0d30b5d81863fb70c6270fe1ffefe4fd426b0cd3 (patch)
tree39ffaadd8eefa77add6dd9851c472555fb4bda66 /src/osmo-bts-sysmo
parentd1ffab96ca64111652fd850982ca00514b5b3531 (diff)
parent56698b84e0e0caa373c74df8e76b5f476aee1d9a (diff)
Merge branch 'zecke/openbsc-incdir'
Allow to have the OpenBSC directory somewhere else. This is required to build osmo-bts on the public jenkins installation. The default is the old behavior to look for OpenBSC next to the osmo-bts code.
Diffstat (limited to 'src/osmo-bts-sysmo')
-rw-r--r--src/osmo-bts-sysmo/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bts-sysmo/Makefile.am b/src/osmo-bts-sysmo/Makefile.am
index 9ffa308a..f594eebb 100644
--- a/src/osmo-bts-sysmo/Makefile.am
+++ b/src/osmo-bts-sysmo/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES = $(all_includes) -I$(top_srcdir)/include
+INCLUDES = $(all_includes) -I$(top_srcdir)/include -I$(OPENBSC_INCDIR)
AM_CFLAGS = -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(LIBOSMOTRAU_CFLAGS)
LDADD = $(LIBOSMOCORE_LIBS) $(LIBOSMOGSM_LIBS) $(LIBOSMOVTY_LIBS) $(LIBOSMOTRAU_LIBS) -lortp