Add installed bash script to create a USB gadget device

This device acts like a USB mouse and keyboard to the host processor to
allow input from the remote user

Change-Id: I932cb6aebb9a0b5e27a35afc6d7f6a4ad989f417
Signed-off-by: Eddie James <eajames@linux.ibm.com>
diff --git a/Makefile.am b/Makefile.am
index 58e53fb..1022b2e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,5 @@
 bin_PROGRAMS = obmc-ikvm
+dist_bin_SCRIPTS = create_usbhid.sh
 
 noinst_HEADERS = \
 	ikvm_args.hpp \