This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
laforge gerrit-no-reply at lists.osmocom.orglaforge has submitted this change. ( 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(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
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 <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at gnumonks.org>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201207/1fd904a1/attachment.htm>