diff options
author | Harald Welte <laforge@gnumonks.org> | 2012-01-27 13:18:07 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2012-01-27 18:11:49 +0100 |
commit | 8f7785c57902eaccd1a7f427011521a18a850cf7 (patch) | |
tree | b8408669179604c1eb6e95cfd7cf6321e64cfdcb | |
parent | b9bcf72a18f9f28dc73c18411b8e4136f5622769 (diff) |
consistently name bsc_mgcp osmo-bsc_mgcp
-rw-r--r-- | openbsc/src/osmo-bsc_mgcp/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openbsc/src/osmo-bsc_mgcp/Makefile.am b/openbsc/src/osmo-bsc_mgcp/Makefile.am index 625fef636..166e83dbb 100644 --- a/openbsc/src/osmo-bsc_mgcp/Makefile.am +++ b/openbsc/src/osmo-bsc_mgcp/Makefile.am @@ -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) |