aboutsummaryrefslogtreecommitdiffstats
path: root/src/gb/Makefile.am
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-01-24 18:41:33 +0100
committerlaforge <laforge@osmocom.org>2023-02-02 10:21:17 +0000
commit5c7eaa671a658eb8cce6e9080f7d18519c012b3d (patch)
tree38ee297b3500a61fcbe966e2c218c9b913811a7c /src/gb/Makefile.am
parentgsm_08_08.h: fix typo in GSM0808_DATA_FULL_PREF (diff)
downloadlibosmocore-5c7eaa671a658eb8cce6e9080f7d18519c012b3d.tar.xz
libosmocore-5c7eaa671a658eb8cce6e9080f7d18519c012b3d.zip
gprs_ns2_fr: use osmo_netdev to monitor and operate network device
As a result libosmogb doesn't depend directly on libmnl anymore, but through libosmocore. Change-Id: Ib0e499e09c50135a5c4a361332d6120f660a1a45
Diffstat (limited to 'src/gb/Makefile.am')
-rw-r--r--src/gb/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gb/Makefile.am b/src/gb/Makefile.am
index 1a269395..5bda3748 100644
--- a/src/gb/Makefile.am
+++ b/src/gb/Makefile.am
@@ -6,7 +6,6 @@ LIBVERSION=14:0:0
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir)
AM_CFLAGS = -Wall -fno-strict-aliasing \
$(TALLOC_CFLAGS) \
- $(LIBMNL_CFLAGS) \
$(NULL)
# FIXME: this should eventually go into a milenage/Makefile.am