aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-12-21 02:06:33 +0100
committerHarald Welte <laforge@gnumonks.org>2016-12-21 10:26:15 +0000
commitb735390284cbb76bcafcd406bf19fb983465ef94 (patch)
tree1457ed745aed416393ec21fa26e6e76c59d8f04e /openbsc
parent59d57da1e55f19663d1f7fe3491e196bb855ad88 (diff)
build: osmo-nitb: fix missing LIBCRYPTO_FLAGS
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/osmo-nitb/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/osmo-nitb/Makefile.am b/openbsc/src/osmo-nitb/Makefile.am
index 2a6d2fca2..b91490bf1 100644
--- a/openbsc/src/osmo-nitb/Makefile.am
+++ b/openbsc/src/osmo-nitb/Makefile.am
@@ -13,6 +13,7 @@ AM_CFLAGS = \
$(LIBOSMOCTRL_CFLAGS) \
$(LIBOSMOABIS_CFLAGS) \
$(LIBSMPP34_CFLAGS) \
+ $(LIBCRYPTO_CFLAGS) \
$(NULL)
AM_LDFLAGS = \