aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2022-01-04 16:59:23 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2022-01-04 18:59:46 +0100
commite91b57d963846fe1629c7fb12924f2c676964c92 (patch)
treeeb71216a0106148f62f73a3fbaf5c75170e81ab6 /src/Makefile.am
parent1562225332d7ad30f315bab124d3f23f9ed2908f (diff)
Drop osmo-hnbgw
OsmoHNBGW is now available in its own repository osmo-hnbgw.git. Change-Id: I4e17c578b432f0c997ea4e13b1c468b112278854
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index b69d65f..6c10564 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -88,20 +88,6 @@ libosmo_sabp_la_LIBADD = $(OSMOCORE_LIBS) $(OSMOGSM_LIBS) $(OSMOVTY_LIBS) $(OSMO
libosmo_sabp_la_SOURCES = sabp_common.c sabp_encoder.c sabp_decoder.c
-# build the actual HomeNodeB gateway
-#
-bin_PROGRAMS = osmo-hnbgw
-
-osmo_hnbgw_SOURCES = hnbgw.c hnbgw_hnbap.c hnbgw_rua.c hnbgw_ranap.c \
- hnbgw_vty.c \
- context_map.c hnbgw_cn.c
-
-osmo_hnbgw_LDADD = $(OSMOCORE_LIBS) $(OSMOGSM_LIBS) $(OSMOVTY_LIBS) $(OSMOCTRL_LIBS) \
- $(ASN1C_LIBS) $(OSMOSIGTRAN_LIBS) \
- $(OSMONETIF_LIBS) \
- libosmo-hnbap.la libosmo-rua.la libosmo-ranap.la
-
-
regen: regenerate-from-asn1-source
regenerate-from-asn1-source: