fixeria has uploaded this change for review.

View Change

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 \

To view, visit change 31787. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: I7895f037925e0e29f52e01636a0ba157cc324e5d
Gerrit-Change-Number: 31787
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-MessageType: newchange