summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2015-03-29 18:12:47 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2015-03-29 18:12:47 +0200
commitffbfc329997b65917738a145057f9ad0b65231fe (patch)
treeb9f4bf770fea8830e85e655084cbee94c9a85ffc /Makefile
parentbc21e4aa37b36b486f7f6ddcb6050e2be93590c1 (diff)
downloadcwm-ffbfc329997b65917738a145057f9ad0b65231fe.tar.gz
cwm-ffbfc329997b65917738a145057f9ad0b65231fe.tar.xz
cwm-ffbfc329997b65917738a145057f9ad0b65231fe.zip
add reallocarray.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4c34ee4..10f8737 100644
--- a/Makefile
+++ b/Makefile
@@ -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`