1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1590 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-06-29 21:14:10 +00:00 committed by cras
parent 78986b59c8
commit dead8321a8

View File

@ -75,14 +75,14 @@ IRC_SOURCES = \
irc/typemap \
irc/module.h
FE_SOURCES = \
irc/UI.xs \
irc/UI.pm \
common/Themes.xs \
common/Window.xs \
irc/Makefile.PL.in \
irc/typemap \
irc/module.h
UI_SOURCES = \
ui/UI.xs \
ui/UI.pm \
ui/Themes.xs \
ui/Window.xs \
ui/Makefile.PL.in \
ui/typemap \
ui/module.h
EXTRA_DIST = \
libperl_dynaloader.la \
@ -90,7 +90,7 @@ EXTRA_DIST = \
get-signals.pl \
$(CORE_SOURCES) \
$(IRC_SOURCES) \
$(FE_SOURCES)
$(UI_SOURCES)
noinst_HEADERS = \
module.h \