summaryrefslogtreecommitdiff
path: root/src/perl/xs/Makefile.PL.in
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2000-04-28 08:07:42 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2000-04-28 08:07:42 +0000
commita5a66264de2f56c5b1ba00e0228eae61f70d5689 (patch)
tree981b0663ff753f754cd0204b742ea12bff0d5e56 /src/perl/xs/Makefile.PL.in
parent9cbf26d5199bdd1f3bd29fb27f181af4b94de02e (diff)
downloadirssi-a5a66264de2f56c5b1ba00e0228eae61f70d5689.zip
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
Diffstat (limited to 'src/perl/xs/Makefile.PL.in')
-rw-r--r--src/perl/xs/Makefile.PL.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/perl/xs/Makefile.PL.in b/src/perl/xs/Makefile.PL.in
index 430d59db..df6f8c2c 100644
--- a/src/perl/xs/Makefile.PL.in
+++ b/src/perl/xs/Makefile.PL.in
@@ -2,5 +2,5 @@ use ExtUtils::MakeMaker;
WriteMakefile('NAME' => 'Irssi',
'LIBS' => '',
- 'INC' => '-I@top_srcdir@/src @GLIB_CFLAGS@',
+ 'INC' => '-I@top_srcdir@/src -I@top_srcdir@/src/core @GLIB_CFLAGS@',
'VERSION_FROM' => '@srcdir@/Irssi.pm');