summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/Makefile.am
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2010-07-24 21:25:38 +0200
committerSylvain Munaut <tnt@246tNt.com>2010-07-25 10:19:34 +0200
commit66c3ca052741b060e07683c6661fdc25de34cd43 (patch)
treeb4563b9202a1002417ff282b0fa3230d0ae1fd68 /src/host/layer23/src/Makefile.am
parentda6bc3b5773d8421e9528dd8a2ac2dc0638f9c07 (diff)
layer23: Switch to using gsmtap_util from libosmocom
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'src/host/layer23/src/Makefile.am')
-rw-r--r--src/host/layer23/src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/layer23/src/Makefile.am b/src/host/layer23/src/Makefile.am
index 6b25352c..5caea00a 100644
--- a/src/host/layer23/src/Makefile.am
+++ b/src/host/layer23/src/Makefile.am
@@ -3,7 +3,7 @@ AM_CFLAGS=-Wall $(LIBOSMOCORE_CFLAGS)
#AM_LDFLAGS = $(LIBOSMOCORE_LIBS)
noinst_LIBRARIES = liblayer23.a
-liblayer23_a_SOURCES = l1l2_interface.c l1ctl.c gsmtap_util.c lapdm.c rslms.c \
+liblayer23_a_SOURCES = l1l2_interface.c l1ctl.c lapdm.c rslms.c \
layer3.c logging.c bcch_scan.c settings.c \
gsm48_cc.c transaction.c gsm48_mm.c gsm48_rr.c \
gsm322.c support.c subscriber.c sysinfo.c networks.c \