Add input handling class
The Input class depends on the RFB server and V4L2 video classes, so
add outlines for those as well.
Change-Id: I2826f3da78dee10826e378dfc2c773b891da1f03
Signed-off-by: Eddie James <eajames@linux.ibm.com>
diff --git a/Makefile.am b/Makefile.am
index d113997..e3bb48a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,10 +1,16 @@
bin_PROGRAMS = obmc-ikvm
noinst_HEADERS = \
- ikvm_args.hpp
+ ikvm_args.hpp \
+ ikvm_input.hpp \
+ ikvm_server.hpp \
+ ikvm_video.hpp
obmc_ikvm_SOURCES = \
ikvm_args.cpp \
+ ikvm_input.cpp \
+ ikvm_server.cpp \
+ ikvm_video.cpp \
obmc-ikvm.cpp
obmc_ikvm_CXXFLAGS = \