Introduce libi3, an *internal* library to eliminate code duplication

This commit is contained in:
Michael Stapelberg
2011-10-02 16:11:30 +01:00
parent 4f6e58e250
commit 094c26556e
5 changed files with 109 additions and 3 deletions

View File

@@ -58,6 +58,7 @@ CPPFLAGS += -DPCRE_HAS_UCP=1
endif
LIBS += -lm
LIBS += -L $(TOPDIR)/libi3 -li3
LIBS += $(call ldflags_for_lib, xcb-event, xcb-event)
LIBS += $(call ldflags_for_lib, xcb-keysyms, xcb-keysyms)
ifeq ($(shell pkg-config --exists xcb-util || echo 1),1)