e201b5e695
xcbXorg is a connection manager lib that'll be used in common by all of the xcb API frontends: xcbMouse, xcbWindow and xcbKeyboard. We moved it into commonLibs to make it make more sense. We also cleaned up the M4 scripting around AC_ARG_VAR-ing new common libs as well as sense/wilzor libs.
10 lines
261 B
Makefile
10 lines
261 B
Makefile
SUBDIRS = hcore commonLibs
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
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
|