summaryrefslogtreecommitdiff
path: root/src/irc/dcc
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/dcc
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/dcc')
-rw-r--r--src/irc/dcc/Makefile.am7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/irc/dcc/Makefile.am b/src/irc/dcc/Makefile.am
index a1f07c7d..d59aa043 100644
--- a/src/irc/dcc/Makefile.am
+++ b/src/irc/dcc/Makefile.am
@@ -1,12 +1,9 @@
-moduledir = $(libdir)/irssi/modules
-module_LTLIBRARIES = libirc_dcc.la
-
-libirc_dcc_la_LDFLAGS = -avoid-version
+noinst_LIBRARIES = libirc_dcc.a
INCLUDES = $(GLIB_CFLAGS) \
-I$(top_srcdir)/src -I$(top_srcdir)/src/core/ -I$(top_srcdir)/src/irc/core/
-libirc_dcc_la_SOURCES = \
+libirc_dcc_a_SOURCES = \
dcc.c \
dcc-chat.c \
dcc-get.c \