aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-03-03 23:46:55 +0100
committerHarald Welte <laforge@gnumonks.org>2011-03-03 23:46:55 +0100
commitbd34be0a961160e6894f8422ec47a6b97eff4ea6 (patch)
tree38e48edc81f440edf0647e5999c02176cf9ac349 /openbsc
parente5e36af8aee34a252c766a34d3e00f8d165618d2 (diff)
bsc_mgcp: use top_builddir instead of top_srcdir
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/osmo-bsc_mgcp/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/osmo-bsc_mgcp/Makefile.am b/openbsc/src/osmo-bsc_mgcp/Makefile.am
index b72c46c4f..0dc410348 100644
--- a/openbsc/src/osmo-bsc_mgcp/Makefile.am
+++ b/openbsc/src/osmo-bsc_mgcp/Makefile.am
@@ -5,5 +5,5 @@ AM_LDFLAGS = $(LIBOSMOCORE_LIBS) $(COVERAGE_LDFLAGS)
bin_PROGRAMS = bsc_mgcp
bsc_mgcp_SOURCES = mgcp_main.c
-bsc_mgcp_LDADD = $(top_srcdir)/src/common/libcommon.a $(top_srcdir)/src/mgcp/libmgcp.a \
+bsc_mgcp_LDADD = $(top_builddir)/src/common/libcommon.a $(top_builddir)/src/mgcp/libmgcp.a \
$(LIBOSMOVTY_LIBS)