mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3 dbcabf3a-b0e7-0310-adc4-f8d773084564
18 lines
292 B
Makefile
18 lines
292 B
Makefile
if HAS_CURSES
|
|
TEXTUI=gui-text
|
|
endif
|
|
|
|
if BUILD_GNOMEUI
|
|
GNOMEUI=gui-gnome
|
|
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
|
|
|
|
EXTRA_DIST = signal.doc
|