summary refs log tree commit diff stats
path: root/src/common/Makefile.am
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-04-03 16:48:03 +0200
committerBerke Viktor <bviktor@hexchat.org>2013-04-03 16:48:03 +0200
commit0534b54e519f5778ea7a1e2855a3f62d573fad93 (patch)
treef79f0be931ff7fabc65092bfac84e432a626a5ee /src/common/Makefile.am
parentfaf4575e9a106332d4fa5daf5f4a6572c1d77c20 (diff)
Remove strlutil
Diffstat (limited to 'src/common/Makefile.am')
-rw-r--r--src/common/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/Makefile.am b/src/common/Makefile.am
index 7b5612dd..f4418a75 100644
--- a/src/common/Makefile.am
+++ b/src/common/Makefile.am
@@ -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