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.
9 lines
226 B
Makefile
9 lines
226 B
Makefile
SUBDIRS = hcore
|
|
|
|
AM_CPPFLAGS+= -I"$(top_srcdir)/hcore/include"
|
|
|
|
bin_PROGRAMS = harikoff
|
|
harikoff_SOURCES = main.cpp
|
|
harikoff_LDADD = hcore/libhcore.a hcore/deviceManager/libdeviceManager.a \
|
|
hcore/senseApis/libsenseApis.a
|