mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
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:
parent
c95034c6de
commit
d29ca0b107
32 changed files with 2049 additions and 1536 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue