Include mnl.h iif --enable-libmnl

Change-Id: I06016e3a6e90b09b76634a00081d0d40a8e2f94b
This commit is contained in:
Pau Espin Pedrol 2020-12-07 13:24:30 +01:00
parent 7fc88b3248
commit 896a9bb2ed
1 changed files with 4 additions and 1 deletions

View File

@ -35,7 +35,6 @@ nobase_include_HEADERS = \
osmocom/core/log2.h \
osmocom/core/logging.h \
osmocom/core/loggingrb.h \
osmocom/core/mnl.h \
osmocom/core/stats.h \
osmocom/core/macaddr.h \
osmocom/core/msgb.h \
@ -187,6 +186,10 @@ nobase_include_HEADERS += \
osmocom/usb/libusb.h
endif
if ENABLE_LIBMNL
nobase_include_HEADERS += osmocom/core/mnl.h
endif
noinst_HEADERS = \
osmocom/gsm/kasumi.h \
osmocom/gsm/gea.h \