mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
ab8da71d29
(glib-2.6 is now the minimum required version). git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4700 dbcabf3a-b0e7-0310-adc4-f8d773084564
18 lines
249 B
Makefile
18 lines
249 B
Makefile
if BUILD_TEXTUI
|
|
TEXTUI=fe-text
|
|
endif
|
|
|
|
if BUILD_IRSSIBOT
|
|
BOTUI=fe-none
|
|
endif
|
|
|
|
if HAVE_PERL
|
|
PERLDIR=perl
|
|
endif
|
|
|
|
pkginc_srcdir=$(pkgincludedir)/src
|
|
pkginc_src_HEADERS = \
|
|
common.h
|
|
|
|
SUBDIRS = lib-config core irc fe-common $(PERLDIR) $(TEXTUI) $(BOTUI)
|