mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 04:53:24 +00:00
mgcp: consistently name bsc_mgcp osmo-bsc_mgcp
Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
This commit is contained in:
committed by
Holger Hans Peter Freyther
parent
d77023b1c2
commit
ec7683f3b0
@@ -2,9 +2,9 @@ INCLUDES = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)
|
||||
AM_CFLAGS=-Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) \
|
||||
$(LIBOSMOVTY_CFLAGS) $(LIBOSMOABIS_CFLAGS) $(COVERAGE_CFLAGS)
|
||||
|
||||
bin_PROGRAMS = bsc_mgcp
|
||||
bin_PROGRAMS = osmo-bsc_mgcp
|
||||
|
||||
bsc_mgcp_SOURCES = mgcp_main.c
|
||||
bsc_mgcp_LDADD = $(top_builddir)/src/libcommon/libcommon.a \
|
||||
osmo_bsc_mgcp_SOURCES = mgcp_main.c
|
||||
osmo_bsc_mgcp_LDADD = $(top_builddir)/src/libcommon/libcommon.a \
|
||||
$(top_builddir)/src/libmgcp/libmgcp.a \
|
||||
$(LIBOSMOVTY_LIBS) $(LIBOSMOCORE_LIBS)
|
||||
|
||||
Reference in New Issue
Block a user