summaryrefslogtreecommitdiff
path: root/src/perl/Makefile.am
AgeCommit message (Expand)Author
2008-11-23Remove apparently useless indirection through stub libtool libraryEmanuele Giaquinta
2008-11-02introduce the type Irssi::Irc::Client and signals to communicate with proxy Jochen Eisinger
2008-03-07Remove useless PERL_LIBTOOL indirection.Emanuele Giaquinta
2008-02-04Fix deps.Emanuele Giaquinta
2007-06-17Use $(mkdir_p) instead of if [ ! -d X ]; then mkdir X; fi,Jilles Tjoelker
2005-03-06Add libtool's -module flag to get built properly on all platforms, by Toby Pe...Wouter Coekaerts
2003-11-16remove Makefile with make distcleanTimo Sirainen
2002-11-17forgot to commit with previous perl changesTimo Sirainen
2002-11-07Use the modified PERL_CFLAGS + CFLAGS to compile .xs files.Timo Sirainen
2002-11-03added quotes to make CC="$(CC)"Timo Sirainen
2002-10-29typofixTimo Sirainen
2002-10-28Try to fix perl compilation for people whose perl has been compiled withTimo Sirainen
2002-10-27Exported expando interface to perl. Fix for statusbar deinit.Timo Sirainen
2002-03-16"make clean" now cleans all perl subdirs properly too.Timo Sirainen
2002-03-01scripts should be looked from share dir, not lib dir.Timo Sirainen
2002-02-10all subdirs are now specified in "perl_dirs" so it's easier to add/removeTimo Sirainen
2002-01-22distclean -> distclean-generic so it'll be executed before clean-am whichTimo Sirainen
2001-11-18Added ctcp_register() and ctcp_unregister() for registering CTCP commands.Timo Sirainen
2001-11-17added ui/Formats.xs to EXTRA_DISTTimo Sirainen
2001-11-05Moved $(GLIB_CFLAGS) after -I includes, to make sure our own .h files get bef...Timo Sirainen
2001-10-25Boot dynaloader too even if perl libraries are compiled statically in irssi.Timo Sirainen
2001-10-24Added --with-perl-staticlib option to configure. If used, irssi's perlTimo Sirainen
2001-10-20forgot one core_sources -> common_sources changeTimo Sirainen
2001-10-20renamed XXX_SOURCES -> xxx_sources so automake 1.5 won't complain about itTimo Sirainen
2001-10-20Dependencies finally work correctly in perl libraries (they're each compiledTimo Sirainen
2001-08-17typofixTimo Sirainen
2001-08-17added textuiTimo Sirainen
2001-08-14Module loading updates - /LOAD shows now also the statically loaded modules.Timo Sirainen
2001-08-09Added Irssi::TextUI.Timo Sirainen
2001-07-30--with-perl-path -> --with-perl-lib=[site|vendor|DIR] with some fixes toTimo Sirainen
2001-07-29forgot module-formats.hTimo Sirainen
2001-07-29--enable-perl* -> --with-perl*. Added a new libfe_perl which handles /SCRIPTTimo Sirainen
2001-07-29fixTimo Sirainen
2001-07-29Use INSTALLDIRS=perl option with MakeMaker if perl install directory isTimo Sirainen
2001-07-15textui isn't done yet.Timo Sirainen
2001-07-15Moved awaylog to core.Timo Sirainen
2001-06-29UI fixesTimo Sirainen
2001-06-27Moved fe_perl module to use Irssi::UI .. this breaks several scripts thatTimo Sirainen
2001-03-15if $(MAKE) crap -> ($(MAKE) || $(MAKE)), a lot better :)Timo Sirainen
2001-03-15if ! $(MAKE) -> if $(MAKE); then echo; elseTimo Sirainen
2001-03-11make distclean works now properly for common/ and irc/ directories (by tko)Timo Sirainen
2001-03-04removed Flood.xsTimo Sirainen
2001-03-03make -> $(MAKE)Timo Sirainen
2001-02-22Verify in configure that linking with perl's LDFLAGS actually works. IfTimo Sirainen
2001-02-17/LOAD module tries to load "module_core" instead. If it wasn't found,Timo Sirainen
2001-02-15Perl 5.6 wants PREFIX=xx, not LIB=xx when default isn't usedTimo Sirainen
2001-01-07perl updatesTimo Sirainen
2001-01-04Renamed libtool-static to libtool-shared. Generating it should now alsoTimo Sirainen
2001-01-03Removed the "signal" and "last signal" signals. Changed perl'sTimo Sirainen
2001-01-01Perl's ldflags usually include at least -lm and maybe some others too.Timo Sirainen