diff options
author | Timo Sirainen <cras@irssi.org> | 2001-08-17 11:51:21 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-08-17 11:51:21 +0000 |
commit | fd690895684203a108b685623c0a11d582e3a7a2 (patch) | |
tree | 08687b89541f7bb08db843ea1c1b214e30def3a5 /src | |
parent | 0d5e56919531ec2de74e0333b7f38ec87d3a4b07 (diff) | |
download | irssi-fd690895684203a108b685623c0a11d582e3a7a2.zip |
added textui
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1760 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src')
-rw-r--r-- | src/perl/Makefile.am | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/perl/Makefile.am b/src/perl/Makefile.am index e6208352..8aa039eb 100644 --- a/src/perl/Makefile.am +++ b/src/perl/Makefile.am @@ -109,6 +109,15 @@ UI_SOURCES = \ ui/typemap \ ui/module.h +TEXTUI_SOURCES = \ + ui/TextUI.xs \ + ui/TextUI.pm \ + ui/TextBuffer.xs \ + ui/TextBufferView.xs \ + ui/Makefile.PL.in \ + ui/typemap \ + ui/module.h + EXTRA_DIST = \ libperl_dynaloader.la \ libperl_orig.la \ @@ -116,7 +125,8 @@ EXTRA_DIST = \ irssi-core.pl \ $(CORE_SOURCES) \ $(IRC_SOURCES) \ - $(UI_SOURCES) + $(UI_SOURCES) \ + $(TEXTUI_SOURCES) all-local: for dir in common irc ui textui; do \ |