pespin has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/libosmocore/+/21579 )


Change subject: Include mnl.h iif --enable-libmnl
......................................................................

Include mnl.h iif --enable-libmnl

Change-Id: I06016e3a6e90b09b76634a00081d0d40a8e2f94b
---
M include/Makefile.am
1 file changed, 4 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/79/21579/1

diff --git a/include/Makefile.am b/include/Makefile.am
index f13ae76..f67e1ad 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -35,7 +35,6 @@
                        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 @@
                          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 \

--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/21579
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I06016e3a6e90b09b76634a00081d0d40a8e2f94b
Gerrit-Change-Number: 21579
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pes...@sysmocom.de>
Gerrit-MessageType: newchange

Reply via email to