summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@yahoo.com>2017-08-09 23:03:50 +0200
committerJoel Klinghed <the_jk@yahoo.com>2017-08-09 23:03:50 +0200
commitb2111416237bbcb697146be58551030ea21f8339 (patch)
tree4289739913d6b870214a3642f167af98b3dd3104 /src
parent4013d1a167850bb1649d592b24d03f63e19338ef (diff)
protocol program was never ment to be installed
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 1579db3..41eeecf 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -5,7 +5,8 @@ AM_CXXFLAGS = @DEFINES@
# Remove ar: `u' modifier ignored since `D' is the default (see `U')
ARFLAGS = cr
-bin_PROGRAMS = tp tp-monitor protocol
+bin_PROGRAMS = tp tp-monitor
+noinst_PROGRAMS = protocol
noinst_LIBRARIES = libtp.a libproxy.a libmonitor.a libattrstr.a libprotocol.a \
libhexdump.a
if HAVE_SSL