laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-hlr/+/31784 )

Change subject: tests/auc/Makefile.am: put object files to LDADD
......................................................................

tests/auc/Makefile.am: put object files to LDADD

Change-Id: Iaefcfe7a8904841a29094fe40eb5850912544b4c
---
M tests/auc/Makefile.am
1 file changed, 13 insertions(+), 4 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve
  msuraev: Looks good to me, but someone else must approve
  Jenkins Builder: Verified




diff --git a/tests/auc/Makefile.am b/tests/auc/Makefile.am
index 5ae133b..b196dbc 100644
--- a/tests/auc/Makefile.am
+++ b/tests/auc/Makefile.am
@@ -30,8 +30,8 @@
        $(NULL)

 auc_test_LDADD = \
-       $(top_srcdir)/src/auc.c \
-       $(top_srcdir)/src/logging.c \
+       $(top_builddir)/src/auc.o \
+       $(top_builddir)/src/logging.o \
        $(LIBOSMOCORE_LIBS) \
        $(LIBOSMOGSM_LIBS) \
        $(NULL)
@@ -41,8 +41,8 @@
        $(NULL)

 auc_ts_55_205_test_sets_LDADD = \
-       $(top_srcdir)/src/auc.c \
-       $(top_srcdir)/src/logging.c \
+       $(top_builddir)/src/auc.o \
+       $(top_builddir)/src/logging.o \
        $(LIBOSMOCORE_LIBS) \
        $(LIBOSMOGSM_LIBS) \
        $(NULL)

--
To view, visit https://gerrit.osmocom.org/c/osmo-hlr/+/31784
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-hlr
Gerrit-Branch: master
Gerrit-Change-Id: Iaefcfe7a8904841a29094fe40eb5850912544b4c
Gerrit-Change-Number: 31784
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: msuraev <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to