fixeria submitted this change.

View Change


Approvals: Jenkins Builder: Verified msuraev: Looks good to me, but someone else must approve pespin: Looks good to me, approved
utils/osmo-stat-dummy/Makefile.am: drop empty variables

Change-Id: I1b9497900b0eebd77fd226f52a9050cdbd9e6cdc
---
M utils/osmo-stat-dummy/Makefile.am
1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/utils/osmo-stat-dummy/Makefile.am b/utils/osmo-stat-dummy/Makefile.am
index f1faa3d..0232736 100644
--- a/utils/osmo-stat-dummy/Makefile.am
+++ b/utils/osmo-stat-dummy/Makefile.am
@@ -1,10 +1,10 @@
if ENABLE_UTILITIES
noinst_PROGRAMS = osmo-stat-dummy
osmo_stat_dummy_SOURCES = osmo-stat-dummy.c
-osmo_stat_dummy_LDADD = $(LDADD) $(TALLOC_LIBS) \
+osmo_stat_dummy_LDADD = $(TALLOC_LIBS) \
$(top_builddir)/src/vty/libosmovty.la \
$(top_builddir)/src/ctrl/libosmoctrl.la \
$(top_builddir)/src/core/libosmocore.la
-osmo_stat_dummy_CFLAGS = -Wall $(TALLOC_CFLAGS) $(LIBOSMOCORE_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(LIBOSMOCTRL_CFLAGS)
+osmo_stat_dummy_CFLAGS = -Wall $(TALLOC_CFLAGS)
osmo_stat_dummy_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
endif

To view, visit change 31846. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I1b9497900b0eebd77fd226f52a9050cdbd9e6cdc
Gerrit-Change-Number: 31846
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: msuraev <msuraev@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged