applied Matthias Christian Ott's sanity fixes (thanks a lot!)

This commit is contained in:
Anselm R Garbe
2009-02-21 19:21:54 +00:00
parent 51224dcb79
commit a1ad9c2a1c
2 changed files with 7 additions and 8 deletions

View File

@ -19,7 +19,7 @@ INCS = -I. -I/usr/include -I${X11INC}
LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${XINERAMALIBS}
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
CPPFLAGS = -D_BSD_SOURCE -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
LDFLAGS = -s ${LIBS}