irssi/src/Makefile.am

20 lines
316 B
Text
Raw Normal View History

if BUILD_TEXTUI
TEXTUI=gui-text
endif
if BUILD_GNOMEUI
GNOMEUI=gui-gnome
endif
if BUILD_IRSSIBOT
BOTUI=gui-none
endif
noinst_HEADERS = \
nls.h \
common.h \
common-setup.h \
irssi-plugin.h \
irssi-plugin-gui.h
SUBDIRS = irc-base irc-extra ui-common lib-config lib-popt settings $(GNOMEUI) $(TEXTUI) $(BOTUI)