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.boros92@gmail.com>
This commit is contained in:
Harald Welte 2018-02-16 08:21:19 +01:00
parent dd1e2f2641
commit cbcc25b2f0
1 changed files with 2 additions and 2 deletions

View File

@ -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}