mirror of
https://github.com/irssi/irssi.git
synced 2026-08-15 06:32:06 +02:00
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@191 dbcabf3a-b0e7-0310-adc4-f8d773084564
23 lines
308 B
Makefile
23 lines
308 B
Makefile
if BUILD_TEXTUI
|
|
TEXTUI=fe-text
|
|
endif
|
|
|
|
if BUILD_GNOMEUI
|
|
#GNOMEUI=fe-gnome
|
|
GNOMEUI=
|
|
endif
|
|
|
|
if BUILD_IRSSIBOT
|
|
BOTUI=fe-none
|
|
endif
|
|
|
|
if HAVE_PERL
|
|
PERLDIR=perl
|
|
endif
|
|
|
|
noinst_HEADERS = \
|
|
nls.h \
|
|
common.h \
|
|
common-setup.h
|
|
|
|
SUBDIRS = lib-popt lib-config core irc fe-common $(PERLDIR) $(GNOMEUI) $(TEXTUI) $(BOTUI)
|