mirror of git://git.suckless.org/svkbd
config.mk: fix version printing for -v
This commit is contained in:
parent
4a511a6cfb
commit
d9dcf0d113
|
@ -24,4 +24,4 @@ LIBS = -L${X11LIB} -lX11 -lXtst -lXft ${XINERAMALIBS} \
|
||||||
# use system flags
|
# use system flags
|
||||||
SVKBD_CFLAGS = ${CFLAGS} ${INCS}
|
SVKBD_CFLAGS = ${CFLAGS} ${INCS}
|
||||||
SVKBD_LDFLAGS = ${LDFLAGS} ${LIBS}
|
SVKBD_LDFLAGS = ${LDFLAGS} ${LIBS}
|
||||||
SVKBD_CPPFLAGS = ${CPPFLAGS} -D_DEFAULT_SOURCE -DVERSION=\"VERSION\" ${XINERAMAFLAGS} -DLAYOUT=\"layout.${LAYOUT}.h\"
|
SVKBD_CPPFLAGS = ${CPPFLAGS} -D_DEFAULT_SOURCE -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} -DLAYOUT=\"layout.${LAYOUT}.h\"
|
||||||
|
|
Loading…
Reference in New Issue