mirror of https://github.com/0intro/wmii
prepared new snap
This commit is contained in:
parent
1a966dc33e
commit
1311675b4b
|
@ -11,10 +11,11 @@ LIBDIR = ${PREFIX}/lib
|
|||
X11INC = /usr/X11R6/include
|
||||
X11LIB = /usr/X11R6/lib
|
||||
|
||||
VERSION = 20051215
|
||||
|
||||
# includes and libs
|
||||
INCLUDES = -I. -I${INCDIR} -I/usr/include -I${X11INC}
|
||||
LIBS = -L${LIBDIR} -L/usr/lib -lc -lm -L${X11LIB} -lX11
|
||||
VERSION = 3-current
|
||||
|
||||
# flags
|
||||
CFLAGS = -O0 -g -Wall ${INCLUDES} -DVERSION=\"${VERSION}\"
|
||||
|
|
Loading…
Reference in New Issue