fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-msc/+/31787 )
Change subject: src/Makefile.am: remove unneeded AM_LDFLAGS with LIBS ......................................................................
src/Makefile.am: remove unneeded AM_LDFLAGS with LIBS
Change-Id: I7895f037925e0e29f52e01636a0ba157cc324e5d --- M src/Makefile.am 1 file changed, 9 insertions(+), 6 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/87/31787/1
diff --git a/src/Makefile.am b/src/Makefile.am index e23ab10..746c80d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -13,12 +13,6 @@ $(COVERAGE_CFLAGS) \ $(NULL)
-AM_LDFLAGS = \ - $(LIBOSMOCORE_LIBS) \ - $(LIBOSMOGSM_LIBS) \ - $(COVERAGE_LDFLAGS) \ - $(NULL) - # Libraries SUBDIRS = \ libvlr \