Max has uploaded this change for review. ( https://gerrit.osmocom.org/12393


Change subject: Move shared libs into common LDADD
......................................................................

Move shared libs into common LDADD

Change-Id: I8b2f2cd60426cf3b52dd463959a48fd7619cfcce
---
M src/Makefile.am
1 file changed, 3 insertions(+), 8 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-sysmon refs/changes/93/12393/1

diff --git a/src/Makefile.am b/src/Makefile.am
index 9ad5947..412337b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,3 +1,5 @@
+LDADD = $(LIBOSMOCORE_LIBS) $(LIBOSMOGSM_LIBS)
+
 AM_CPPFLAGS = \
        $(all_includes) \
        -I$(top_srcdir) \
@@ -20,9 +22,7 @@
        osmo-ctrl-client \
        $(NULL)

-osmo_sysmon_LDADD = \
-       $(LIBOSMOCORE_LIBS) \
-       $(LIBOSMOGSM_LIBS) \
+osmo_sysmon_LDADD = $(LDADD) \
        $(LIBOSMOVTY_LIBS) \
        $(LIBMNL_LIBS) \
        $(NULL)
@@ -37,11 +37,6 @@
        osysmon_main.c \
        $(NULL)

-osmo_ctrl_client_LDADD = \
-       $(LIBOSMOCORE_LIBS) \
-       $(LIBOSMOGSM_LIBS) \
-       $(NULL)
-
 osmo_ctrl_client_SOURCES = \
        simple_ctrl.c \
        osmo-ctrl-client.c \

--
To view, visit https://gerrit.osmocom.org/12393
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-sysmon
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8b2f2cd60426cf3b52dd463959a48fd7619cfcce
Gerrit-Change-Number: 12393
Gerrit-PatchSet: 1
Gerrit-Owner: Max <[email protected]>

Reply via email to