fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-smlc/+/31790 )
Change subject: Makefile.am: remove unneeded AM_LDFLAGS with LIBS ......................................................................
Makefile.am: remove unneeded AM_LDFLAGS with LIBS
Change-Id: Ic6886d2e47c053fe39647bc9ec3be704c935bee5 --- M src/Makefile.am 1 file changed, 9 insertions(+), 6 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-smlc refs/changes/90/31790/1
diff --git a/src/Makefile.am b/src/Makefile.am index 26ff4d1..1cbccc6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -14,12 +14,6 @@ $(COVERAGE_CFLAGS) \ $(NULL)
-AM_LDFLAGS = \ - $(LIBOSMOCORE_LIBS) \ - $(LIBOSMOGSM_LIBS) \ - $(COVERAGE_LDFLAGS) \ - $(NULL) - SUBDIRS = \ osmo-smlc \ $(NULL)