add EXTRACFLAGS to CFLAGS

This is used for Fedora specific CFLAGS. See also github issue #56
This commit is contained in:
Sascha Kruse 2012-08-29 12:38:12 +02:00
parent 1af715c1fc
commit 1f3975ba94

View File

@ -27,5 +27,5 @@ LIBS = -L${X11LIB} -lX11 -lXss ${XFTLIBS} ${XINERAMALIBS} $(shell pkg-config --l
# flags
CPPFLAGS += -D_BSD_SOURCE -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} ${INIFLAGS}
CFLAGS += -g --std=c99 -pedantic -Wall -Wno-overlength-strings -Os ${INCS} ${STATIC} ${CPPFLAGS}
CFLAGS += -g --std=c99 -pedantic -Wall -Wno-overlength-strings -Os ${INCS} ${STATIC} ${CPPFLAGS} ${EXTRACFLAGS}
LDFLAGS += ${LIBS}