From 6b4a8388139161a9e6638b99340ee07cb8b5d5a4 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 19 Feb 2001 06:23:04 +0000 Subject: Moved /LASTLOG handling to lastlog.c. Added options -file for writing lastlog to file, -window for specifying which window's lastlog to print (output is always to active window) and -clear option to remove all lastlog lines from window. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1255 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/fe-text/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/fe-text/Makefile.am') diff --git a/src/fe-text/Makefile.am b/src/fe-text/Makefile.am index 54c85809..80149f2e 100644 --- a/src/fe-text/Makefile.am +++ b/src/fe-text/Makefile.am @@ -26,6 +26,7 @@ irssi_SOURCES = \ gui-readline.c \ gui-textwidget.c \ gui-windows.c \ + lastlog.c \ mainwindows.c \ mainwindow-activity.c \ mainwindows-save.c \ -- cgit v1.2.3