commit 3cb4e21c391ae397ec7d65fe4728cca2bea85320 from: Omar Polo date: Sat Jan 22 18:54:36 2022 UTC don't install kamirepl it's possibly a really useful tool to debug 9p servers, as it allows to manually craft messages, but it's just not there and I'd like to tag a 0.1 "soonish". commit - 92f79c8824274be4d1ed0e781e902e32e357eaee commit + 3cb4e21c391ae397ec7d65fe4728cca2bea85320 blob - 558a449d5199f1d5010939bf2ca25d61e3eea659 blob + 4309b1370412b5b5f5f23a4d171d9b17d2abd31b --- kamirepl/Makefile.am +++ kamirepl/Makefile.am @@ -1,4 +1,4 @@ -bin_PROGRAMS = kamirepl +noinst_PROGRAMS = kamirepl kamirepl_SOURCES=kamirepl.c \ $(top_srcdir)/lib/9pclib.c \ @@ -9,7 +9,7 @@ kamirepl_SOURCES=kamirepl.c \ $(top_srcdir)/lib/utils.c \ $(top_srcdir)/lib/utils.h -dist_man1_MANS = kamirepl.1 +noinst_man1_MANS = kamirepl.1 LDADD = $(LIBOBJS)