mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
--without-bot to configure doesn't build irssi-bot
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@30 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
a14ebfc9c3
commit
5b96b49e38
2 changed files with 21 additions and 1 deletions
|
|
@ -6,12 +6,16 @@ if BUILD_GNOMEUI
|
|||
GNOMEUI=gui-gnome
|
||||
endif
|
||||
|
||||
if BUILD_IRSSIBOT
|
||||
BOTUI=gui-none
|
||||
endif
|
||||
|
||||
noinst_HEADERS = \
|
||||
common.h \
|
||||
common-setup.h \
|
||||
irssi-plugin.h \
|
||||
irssi-plugin-gui.h
|
||||
|
||||
SUBDIRS = irc-base irc-extra ui-common lib-config lib-nongui settings $(GNOMEUI) $(TEXTUI) gui-none
|
||||
SUBDIRS = irc-base irc-extra ui-common lib-config lib-nongui settings $(GNOMEUI) $(TEXTUI) $(BOTUI)
|
||||
|
||||
EXTRA_DIST = signal.doc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue