[PATCH] osmo-hlr[master]: fix build: db_test: missing LIBOSMOABIS_CFLAGS and _LIBS

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/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Tue Jan 16 12:35:53 UTC 2018


Review at  https://gerrit.osmocom.org/5821

fix build: db_test: missing LIBOSMOABIS_CFLAGS and _LIBS

Change-Id: I2539f5dc7a512a57ad36c460a11195ccbd84d7d6
---
M tests/db/Makefile.am
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-hlr refs/changes/21/5821/1

diff --git a/tests/db/Makefile.am b/tests/db/Makefile.am
index 55b1655..d5fce65 100644
--- a/tests/db/Makefile.am
+++ b/tests/db/Makefile.am
@@ -6,6 +6,7 @@
 	-ggdb3 \
 	$(LIBOSMOCORE_CFLAGS) \
 	$(LIBOSMOGSM_CFLAGS) \
+	$(LIBOSMOABIS_CFLAGS) \
 	$(SQLITE3_CFLAGS) \
 	$(NULL)
 
@@ -27,6 +28,7 @@
 	$(top_srcdir)/src/logging.c \
 	$(LIBOSMOCORE_LIBS) \
 	$(LIBOSMOGSM_LIBS) \
+	$(LIBOSMOABIS_LIBS) \
 	$(SQLITE3_LIBS) \
 	$(NULL)
 

-- 
To view, visit https://gerrit.osmocom.org/5821
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2539f5dc7a512a57ad36c460a11195ccbd84d7d6
Gerrit-PatchSet: 1
Gerrit-Project: osmo-hlr
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list