diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2017-08-09 23:03:50 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2017-08-09 23:03:50 +0200 |
| commit | b2111416237bbcb697146be58551030ea21f8339 (patch) | |
| tree | 4289739913d6b870214a3642f167af98b3dd3104 /src/Makefile.am | |
| parent | 4013d1a167850bb1649d592b24d03f63e19338ef (diff) | |
protocol program was never ment to be installed
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 3 |
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 |
