fixeria has uploaded this change for review.

View Change

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 \

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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I10150c00dbe69648b95ea4c414db0ad6c6bdd254
Gerrit-Change-Number: 31830
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-MessageType: newchange