fe3f911db4
Still fleshing these out but ultimately senseApiMgr will manage sense apis, and the X11XcbApi is where we'll connect to Xcb and read the screen.
6 lines
150 B
Makefile
6 lines
150 B
Makefile
SUBDIRS = deviceManager senseApis
|
|
AM_CPPFLAGS+= -I"$(top_srcdir)/hcore/include"
|
|
|
|
noinst_LIBRARIES = libhcore.a
|
|
libhcore_a_SOURCES = mind.cpp opts.cpp
|