rest of the ~rewrite?

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@172 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-04-26 08:10:09 +00:00 committed by cras
commit d29ca0b107
32 changed files with 2049 additions and 1536 deletions

View file

@ -1,13 +1,13 @@
if BUILD_TEXTUI
TEXTUI=gui-text
TEXTUI=fe-text
endif
if BUILD_GNOMEUI
GNOMEUI=gui-gnome
GNOMEUI=fe-gnome
endif
if BUILD_IRSSIBOT
BOTUI=gui-none
BOTUI=fe-none
endif
noinst_HEADERS = \
@ -17,4 +17,4 @@ noinst_HEADERS = \
irssi-plugin.h \
irssi-plugin-gui.h
SUBDIRS = lib-popt lib-config irc-base irc-extra ui-common $(GNOMEUI) $(TEXTUI) $(BOTUI)
SUBDIRS = lib-popt lib-config core irc fe-common perl $(GNOMEUI) $(TEXTUI) $(BOTUI)