make i3bar use i3’s common.mk

This commit is contained in:
Michael Stapelberg
2011-08-01 16:13:19 +02:00
parent 22bac9fd9a
commit 339a7cb8c3
6 changed files with 7 additions and 47 deletions

View File

@ -93,7 +93,7 @@ endif
# Fallback for libyajl 1 which did not include yajl_version.h. We need
# YAJL_MAJOR from that file to decide which code path should be used.
CFLAGS += -idirafter yajl-fallback
CFLAGS += -idirafter $(TOPDIR)/yajl-fallback
ifneq (,$(filter Linux GNU GNU/%, $(UNAME)))
CPPFLAGS += -D_GNU_SOURCE