From e395e87dedd9aa85f05e5c74330a76f1ef700371 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sat, 26 Aug 2000 15:39:44 +0000 Subject: Lots of moving stuff around - hopefully I didn't break too much :) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@632 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/irc/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/irc/Makefile.am') diff --git a/src/irc/Makefile.am b/src/irc/Makefile.am index e308a7dc..651fedc6 100644 --- a/src/irc/Makefile.am +++ b/src/irc/Makefile.am @@ -4,6 +4,6 @@ endif SUBDIRS = core $(BOT) dcc flood notifylist -noinst_LTLIBRARIES = libirc.la +noinst_LIBRARIES = libirc.a -libirc_la_SOURCES = irc.c +libirc_a_SOURCES = irc.c -- cgit v1.2.3