cvsimport

This commit is contained in:
Christian Neukirchen
2015-07-01 16:38:16 +02:00
11 changed files with 246 additions and 215 deletions

View File

@@ -14,11 +14,11 @@ OBJS= calmwm.o screen.o xmalloc.o client.o menu.o \
kbfunc.o mousefunc.o strlcpy.o strlcat.o y.tab.o \
strtonum.o fgetln.o reallocarray.o
CPPFLAGS+= `pkg-config --cflags fontconfig x11 xft xinerama xrandr`
CPPFLAGS+= `pkg-config --cflags fontconfig x11 xft xrandr`
CFLAGS?= -Wall -O2 -g -D_GNU_SOURCE
LDFLAGS+= `pkg-config --libs fontconfig x11 xft xinerama xrandr`
LDFLAGS+= `pkg-config --libs fontconfig x11 xft xrandr`
MANPREFIX?= ${PREFIX}/share/man