From 2d1ac3059a0d9df1ef2420080d642d04fac8934d Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Wed, 6 Sep 2000 21:30:56 +0000 Subject: /set autocreate_query -> /set autocreate_query_level fixes to /ircnet, /server and /channel commands other updates and fixes git-svn-id: http://svn.irssi.org/repos/irssi/trunk@649 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/fe-text/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/fe-text/Makefile.am') diff --git a/src/fe-text/Makefile.am b/src/fe-text/Makefile.am index a3ffadda..91058990 100644 --- a/src/fe-text/Makefile.am +++ b/src/fe-text/Makefile.am @@ -14,6 +14,9 @@ irssi_DEPENDENCIES = @COMMON_LIBS@ irssi_LDADD = \ @COMMON_LIBS@ \ + $(top_srcdir)/silc/src/core/.libs/libsilc.a \ + $(top_srcdir)/silc/src/fe-common/.libs/libfe_common_silc.a \ + $(top_srcdir)/silc/libsilc-client.a \ $(PROG_LIBS) \ $(PERL_LDFLAGS) \ $(CURSES_LIBS) -- cgit v1.2.3