Harald Welte has submitted this change and it was merged.

Change subject: Makefile: Build gtp-{link,tunnel} by default, but don't install 
them
......................................................................


Makefile: Build gtp-{link,tunnel} by default, but don't install them

They used to be in check_programs, but then this would only build them
during 'make check' which not everyone knows or is using.

Change-Id: Idd2b3a66e5968686e6bbff59dbc89b7673def8dd
Inspired-by: Thomas Boros <tomas.boro...@gmail.com>
---
M tools/Makefile.am
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/tools/Makefile.am b/tools/Makefile.am
index 95aef86..ec2eb66 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -1,7 +1,7 @@
 include $(top_srcdir)/Make_global.am
 
-check_PROGRAMS = gtp-link              \
-                gtp-tunnel
+noinst_PROGRAMS = gtp-link             \
+                 gtp-tunnel
 
 gtp_link_SOURCES = gtp-link.c
 gtp_link_LDADD = ../src/libgtpnl.la ${LIBMNL_LIBS}

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Idd2b3a66e5968686e6bbff59dbc89b7673def8dd
Gerrit-PatchSet: 1
Gerrit-Project: libgtpnl
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <lafo...@gnumonks.org>
Gerrit-Reviewer: Harald Welte <lafo...@gnumonks.org>
Gerrit-Reviewer: Jenkins Builder

Reply via email to