mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
95c6a0d9f6
tired of installing it to every computer when I tried to run irssi.. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@37 dbcabf3a-b0e7-0310-adc4-f8d773084564
22 lines
341 B
Makefile
22 lines
341 B
Makefile
if HAS_CURSES
|
|
TEXTUI=gui-text
|
|
endif
|
|
|
|
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 lib-popt settings $(GNOMEUI) $(TEXTUI) $(BOTUI)
|
|
|
|
EXTRA_DIST = signal.doc
|