diff options
author | Timo Sirainen <cras@irssi.org> | 2001-08-17 11:55:08 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-08-17 11:55:08 +0000 |
commit | 422ef7759df767403a9ce6507209895b19e54736 (patch) | |
tree | e5acbc6bef7b4b59282e9cc22dad86724fba41ea /src | |
parent | fd690895684203a108b685623c0a11d582e3a7a2 (diff) | |
download | irssi-422ef7759df767403a9ce6507209895b19e54736.zip |
typofix
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1761 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src')
-rw-r--r-- | src/perl/Makefile.am | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/perl/Makefile.am b/src/perl/Makefile.am index 8aa039eb..6e345126 100644 --- a/src/perl/Makefile.am +++ b/src/perl/Makefile.am @@ -110,13 +110,13 @@ UI_SOURCES = \ 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 + textui/TextUI.xs \ + textui/TextUI.pm \ + textui/TextBuffer.xs \ + textui/TextBufferView.xs \ + textui/Makefile.PL.in \ + textui/typemap \ + textui/module.h EXTRA_DIST = \ libperl_dynaloader.la \ |