daniel has uploaded this change for review. (
https://gerrit.osmocom.org/c/libosmocore/+/30939 )
Change subject: osmo-stat-dummy: Link to libosmogsm
......................................................................
osmo-stat-dummy: Link to libosmogsm
Change-Id: I4ea20087ceeb276e4f0fbb7ce50da6a61446beb5
---
M utils/osmo-stat-dummy/Makefile.am
1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/39/30939/1
diff --git a/utils/osmo-stat-dummy/Makefile.am b/utils/osmo-stat-dummy/Makefile.am
index d28b982..5cad4b3 100644
--- a/utils/osmo-stat-dummy/Makefile.am
+++ b/utils/osmo-stat-dummy/Makefile.am
@@ -4,7 +4,8 @@
osmo_stat_dummy_LDADD = $(LDADD) $(TALLOC_LIBS) \
$(top_builddir)/src/vty/libosmovty.la \
$(top_builddir)/src/ctrl/libosmoctrl.la \
+ $(top_builddir)/src/gsm/libosmogsm.la \
$(top_builddir)/src/libosmocore.la
-osmo_stat_dummy_CFLAGS = -Wall $(TALLOC_CFLAGS) $(LIBOSMOCORE_CFLAGS)
$(LIBOSMOVTY_CFLAGS) $(LIBOSMOCTRL_CFLAGS)
+osmo_stat_dummy_CFLAGS = -Wall $(TALLOC_CFLAGS) $(LIBOSMOCORE_CFLAGS)
$(LIBOSMOVTY_CFLAGS) $(LIBOSMOCTRL_CFLAGS) $(LIBOSMOGSM_CFLAGS)
osmo_stat_dummy_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
endif
--
To view, visit
https://gerrit.osmocom.org/c/libosmocore/+/30939
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I4ea20087ceeb276e4f0fbb7ce50da6a61446beb5
Gerrit-Change-Number: 30939
Gerrit-PatchSet: 1
Gerrit-Owner: daniel <dwillmann(a)sysmocom.de>
Gerrit-MessageType: newchange