This commit is contained in:
Nico Golde 2007-07-14 13:12:01 +02:00
parent 81ed7e3c15
commit 9deaa7b3a6
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ DESTDIR =
INCDIR = ${PREFIX}/include
LIBDIR = ${PREFIX}/lib
VERSION = 1.2
VERSION = 1.3
# includes and libs
INCLUDES = -I. -I${INCDIR} -I/usr/include
@ -23,5 +23,5 @@ LIBS = -L${LIBDIR} -L/usr/lib -lc
# compiler
CC = cc
CFLAGS = -g -O0 -W -Wall -Wextra ${INCLUDES} -DVERSION=\"${VERSION}\"
CFLAGS = -g -O0 -W -Wall ${INCLUDES} -DVERSION=\"${VERSION}\"
LDFLAGS = ${LIBS}