Change in libosmo-sccp[master]: tests/sccp/Makefile.am: use sccp.o from $(top_builddir)

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

fixeria gerrit-no-reply at lists.osmocom.org
Wed Nov 6 18:02:54 UTC 2019


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-sccp/+/15994 )


Change subject: tests/sccp/Makefile.am: use sccp.o from $(top_builddir)
......................................................................

tests/sccp/Makefile.am: use sccp.o from $(top_builddir)

This change suspends the warnings about option 'subdir-objects',
by using the existing object file from the build directory.

Change-Id: I4dc2abb19c58fce0a12cc9799019878194c667d1
---
M tests/sccp/Makefile.am
1 file changed, 5 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/94/15994/1

diff --git a/tests/sccp/Makefile.am b/tests/sccp/Makefile.am
index 8cce20c..85dbe64 100644
--- a/tests/sccp/Makefile.am
+++ b/tests/sccp/Makefile.am
@@ -5,6 +5,9 @@
 
 noinst_PROGRAMS = sccp_test
 
-sccp_test_SOURCES = sccp_test.c $(top_srcdir)/src/sccp.c
-sccp_test_LDADD = $(LIBOSMOCORE_LIBS)
+sccp_test_SOURCES = sccp_test.c
+sccp_test_LDADD = \
+	$(LIBOSMOCORE_LIBS) \
+	$(top_builddir)/src/sccp.o \
+	$(NULL)
 

-- 
To view, visit https://gerrit.osmocom.org/c/libosmo-sccp/+/15994
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Change-Id: I4dc2abb19c58fce0a12cc9799019878194c667d1
Gerrit-Change-Number: 15994
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191106/3401f53c/attachment.htm>


More information about the gerrit-log mailing list