build: compile and install utils

Build these utilities by default, so that they don't break.

Change-Id: I5096442d68e0aa291d8b9236a598a4d7128e8769
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/Makefile.am b/Makefile.am
index e91e13c..440b70b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,6 +23,7 @@
 endif
 
 bin_PROGRAMS = utils/mctp-demux-daemon
+noinst_PROGRAMS = utils/mctp-in utils/mctp-pipe
 utils_mctp_demux_daemon_SOURCES = utils/mctp-demux-daemon.c
 if HAVE_PCAP
 utils_mctp_demux_daemon_SOURCES += utils/mctp-capture.c