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.
7 lines
233 B
Makefile
7 lines
233 B
Makefile
pkglib_LTLIBRARIES=libxcbXorg.la
|
|
libxcbXorg_la_SOURCES=xcbXorg.cpp
|
|
libxcbXorg_la_LDFLAGS=$(XCB_LIBS)
|
|
|
|
xcbXorg.$(OBJEXT): CPPFLAGS+=$(XCB_CFLAGS) -Wno-c++20-extensions
|
|
xcbXorg.l$(OBJEXT): CPPFLAGS+=$(XCB_CFLAGS) -Wno-c++20-extensions
|