<p>Max has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/12557">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Fix optional libmsc linking with libsmpp<br><br>Link internal libmsc against libsmpp as determined at ./configure<br>time. This removes the need for unrelated binaries to be linked against<br>libsmpp.<br><br>Change-Id: Ia660964e91f65255465b8620dc9e43dbd47a4e70<br>---<br>M src/libmsc/Makefile.am<br>M tests/msc_vlr/Makefile.am<br>M tests/sms_queue/Makefile.am<br>3 files changed, 2 insertions(+), 3 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/57/12557/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/libmsc/Makefile.am b/src/libmsc/Makefile.am</span><br><span>index 72da747..3c06f10 100644</span><br><span>--- a/src/libmsc/Makefile.am</span><br><span>+++ b/src/libmsc/Makefile.am</span><br><span>@@ -75,4 +75,6 @@</span><br><span>     smpp_vty.c \</span><br><span>         smpp_utils.c \</span><br><span>       $(NULL)</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+libmsc_a_LIBADD = $(LIBSMPP34_LIBS)</span><br><span> endif</span><br><span>diff --git a/tests/msc_vlr/Makefile.am b/tests/msc_vlr/Makefile.am</span><br><span>index 8a5e719..83145e3 100644</span><br><span>--- a/tests/msc_vlr/Makefile.am</span><br><span>+++ b/tests/msc_vlr/Makefile.am</span><br><span>@@ -8,7 +8,6 @@</span><br><span>   -ggdb3 \</span><br><span>     $(LIBOSMOCORE_CFLAGS) \</span><br><span>      $(LIBOSMOGSM_CFLAGS) \</span><br><span style="color: hsl(0, 100%, 40%);">-  $(LIBSMPP34_CFLAGS) \</span><br><span>        $(LIBOSMOVTY_CFLAGS) \</span><br><span>       $(LIBOSMOABIS_CFLAGS) \</span><br><span>      $(LIBOSMOSIGTRAN_CFLAGS) \</span><br><span>@@ -41,7 +40,6 @@</span><br><span> LDADD = \</span><br><span>  $(top_builddir)/src/libmsc/libmsc.a \</span><br><span>        $(top_builddir)/src/libvlr/libvlr.a \</span><br><span style="color: hsl(0, 100%, 40%);">-   $(LIBSMPP34_LIBS) \</span><br><span>  $(LIBOSMOCORE_LIBS) \</span><br><span>        $(LIBOSMOGSM_LIBS) \</span><br><span>         $(LIBOSMOVTY_LIBS) \</span><br><span>diff --git a/tests/sms_queue/Makefile.am b/tests/sms_queue/Makefile.am</span><br><span>index 1ffbe1c..5ea0dc6 100644</span><br><span>--- a/tests/sms_queue/Makefile.am</span><br><span>+++ b/tests/sms_queue/Makefile.am</span><br><span>@@ -33,7 +33,6 @@</span><br><span> sms_queue_test_LDADD = \</span><br><span>        $(top_builddir)/src/libmsc/libmsc.a \</span><br><span>        $(top_builddir)/src/libvlr/libvlr.a \</span><br><span style="color: hsl(0, 100%, 40%);">-   $(LIBSMPP34_LIBS) \</span><br><span>  $(LIBOSMOCORE_LIBS) \</span><br><span>        $(LIBOSMOGSM_LIBS) \</span><br><span>         $(LIBOSMOVTY_LIBS) \</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/12557">change 12557</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/12557"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-msc </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ia660964e91f65255465b8620dc9e43dbd47a4e70 </div>
<div style="display:none"> Gerrit-Change-Number: 12557 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Max <msuraev@sysmocom.de> </div>