blob: a548c4f416b1810fb801204728b09e5b8e8cb5a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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)
|