Remove strlutil

This commit is contained in:
Berke Viktor
2013-04-03 16:48:03 +02:00
parent faf4575e9a
commit 0534b54e51
6 changed files with 1 additions and 118 deletions

View File

@@ -31,7 +31,6 @@ EXTRA_DIST = \
servlist.h \
ssl.h \
ssl.c \
strlutil.c \
text.h \
textenums.h \
textevents.h \
@@ -59,7 +58,7 @@ endif
libhexchatcommon_a_SOURCES = cfgfiles.c chanopt.c ctcp.c dcc.c hexchat.c \
history.c ignore.c inbound.c modes.c msproxy.c network.c notify.c \
outbound.c plugin.c plugin-timer.c proto-irc.c server.c servlist.c \
$(ssl_c) strlutil.c text.c tree.c url.c userlist.c util.c
$(ssl_c) text.c tree.c url.c userlist.c util.c
libhexchatcommon_a_CFLAGS = $(LIBPROXY_CFLAGS)
textenums.h: textevents.h