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