fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/31830 )
Change subject: Makefile.am: remove unneeded AM_LDFLAGS with LIBS ......................................................................
Makefile.am: remove unneeded AM_LDFLAGS with LIBS
Change-Id: I10150c00dbe69648b95ea4c414db0ad6c6bdd254 --- M src/Makefile.am 1 file changed, 9 insertions(+), 6 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/30/31830/1
diff --git a/src/Makefile.am b/src/Makefile.am index 43b00b2..45d4df7 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) - SUBDIRS = \ osmo-bsc \ utils \