prepared new snap

This commit is contained in:
garbeam 2005-12-15 03:45:12 +02:00
parent 1a966dc33e
commit 1311675b4b
1 changed files with 2 additions and 1 deletions

View File

@ -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}\"