1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-08 04:26:01 -04:00
irssi/src/Makefile.am

21 lines
299 B
Makefile
Raw Normal View History

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