mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 00:22:17 +02:00
Perl working again, better than ever (unless there's bugs :)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@191 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
9cbf26d519
commit
a5a66264de
43 changed files with 1510 additions and 1004 deletions
|
|
@ -3,18 +3,21 @@ TEXTUI=fe-text
|
|||
endif
|
||||
|
||||
if BUILD_GNOMEUI
|
||||
GNOMEUI=fe-gnome
|
||||
#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 \
|
||||
irssi-plugin.h \
|
||||
irssi-plugin-gui.h
|
||||
common-setup.h
|
||||
|
||||
SUBDIRS = lib-popt lib-config core irc fe-common perl $(GNOMEUI) $(TEXTUI) $(BOTUI)
|
||||
SUBDIRS = lib-popt lib-config core irc fe-common $(PERLDIR) $(GNOMEUI) $(TEXTUI) $(BOTUI)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue