add reallocarray.c

This commit is contained in:
Christian Neukirchen
2015-03-29 18:12:47 +02:00
parent bc21e4aa37
commit ffbfc32999
3 changed files with 41 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ SRCS= calmwm.c screen.c xmalloc.c client.c menu.c \
OBJS= calmwm.o screen.o xmalloc.o client.o menu.o \
search.o util.o xutil.o conf.o xevents.o group.o \
kbfunc.o mousefunc.o strlcpy.o strlcat.o y.tab.o \
strtonum.o fgetln.o
strtonum.o fgetln.o reallocarray.o
CPPFLAGS+= `pkg-config --cflags fontconfig x11 xft xinerama xrandr`