Add manager class to run the server and video
Change-Id: Ie69e995dd56f8d2aa7e3828504e29f9993bb2b3c
Signed-off-by: Eddie James <eajames@linux.ibm.com>
diff --git a/Makefile.am b/Makefile.am
index e3bb48a..58e53fb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,12 +3,14 @@
noinst_HEADERS = \
ikvm_args.hpp \
ikvm_input.hpp \
+ ikvm_manager.hpp \
ikvm_server.hpp \
ikvm_video.hpp
obmc_ikvm_SOURCES = \
ikvm_args.cpp \
ikvm_input.cpp \
+ ikvm_manager.cpp \
ikvm_server.cpp \
ikvm_video.cpp \
obmc-ikvm.cpp