drop fgetln.c

This commit is contained in:
Leah Neukirchen
2017-07-11 13:17:45 +02:00
parent 1ceb2dd795
commit 8908e5ec42
3 changed files with 4 additions and 107 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 reallocarray.o
strtonum.o reallocarray.o
CPPFLAGS+= `pkg-config --cflags fontconfig x11 xft xrandr`