summaryrefslogtreecommitdiff
path: root/src/irc/proxy
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-06-01 18:39:45 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-06-01 18:39:45 +0000
commitfc3918b0f08c688d8729987c32bd9cada7259b57 (patch)
treeb7691a6791c0331135d9f0051d7d68c5e30b774e /src/irc/proxy
parent99e9ab582fc0e2da20c9be3ffb6d4a1a26665190 (diff)
downloadirssi-fc3918b0f08c688d8729987c32bd9cada7259b57.zip
dcc, flood and notifylist aren't compiled as loadable modules anymore,
no-one wants that and irssi crashes in AIX because of it. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1530 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/irc/proxy')
-rw-r--r--src/irc/proxy/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/irc/proxy/Makefile.am b/src/irc/proxy/Makefile.am
index a8259c7f..f9c07c5e 100644
--- a/src/irc/proxy/Makefile.am
+++ b/src/irc/proxy/Makefile.am
@@ -1,7 +1,4 @@
-moduledir = $(libdir)/irssi/modules
-module_LTLIBRARIES = libproxy.la
-
-libproxy_la_LDFLAGS = -avoid-version
+noinst_LTLIBRARIES = libproxy.la
INCLUDES = $(GLIB_CFLAGS) -I$(top_srcdir)/src -I$(top_srcdir)/src/core/ \
-I$(top_srcdir)/src/irc/core/