diff options
author | Timo Sirainen <cras@irssi.org> | 2000-08-16 00:49:02 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-08-16 00:49:02 +0000 |
commit | 4476029fddc0672fe3704188116f5134b8a38101 (patch) | |
tree | 79d889edb0582990feaaf754dba0167269dea30e /src/perl | |
parent | 8dab451d18a7b866a927eec880bdc0f92af3deaf (diff) | |
download | irssi-4476029fddc0672fe3704188116f5134b8a38101.zip |
plugin -> module
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@614 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/perl')
-rw-r--r-- | src/perl/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/perl/Makefile.am b/src/perl/Makefile.am index 9f9cc2f9..1a9a895b 100644 --- a/src/perl/Makefile.am +++ b/src/perl/Makefile.am @@ -3,7 +3,6 @@ noinst_LTLIBRARIES = libperl.la irssi-perl.c: perl-signals.h INCLUDES = $(GLIB_CFLAGS) \ - -DPLUGINSDIR=\""$(libdir)/irssi/plugins"\" \ -DSCRIPTDIR=\""$(libdir)/irssi/scripts"\" \ $(PERL_CFLAGS) \ -I$(top_srcdir)/src \ |