Port the path resolution and config loading code from -next.

This commit is contained in:
Fernando Tarlá Cardoso Lemos
2010-11-14 22:54:40 -02:00
committed by Michael Stapelberg
parent c0c7d04264
commit bfa12a5819
5 changed files with 47 additions and 39 deletions

View File

@ -20,6 +20,7 @@ CFLAGS += -Wunused-value
CFLAGS += -Iinclude
CFLAGS += -I/usr/local/include
CFLAGS += -DI3_VERSION=\"${GIT_VERSION}\"
CFLAGS += -DSYSCONFDIR=\"${SYSCONFDIR}\"
LDFLAGS += -lm
LDFLAGS += -lxcb-event