From afacade78038e032913bb30e51c0d976ae429417 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Fri, 23 Feb 2001 05:12:04 +0000 Subject: Fixed for building from objdir git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1292 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/perl/common/Makefile.PL.in | 2 +- src/perl/irc/Makefile.PL.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/perl/common/Makefile.PL.in b/src/perl/common/Makefile.PL.in index 9c11f0f7..76887f64 100644 --- a/src/perl/common/Makefile.PL.in +++ b/src/perl/common/Makefile.PL.in @@ -2,5 +2,5 @@ use ExtUtils::MakeMaker; WriteMakefile('NAME' => 'Irssi', 'LIBS' => '', - 'INC' => '-I@top_srcdir@ -I@top_srcdir@/src -I@top_srcdir@/src/core @GLIB_CFLAGS@', + 'INC' => '-I../../.. -I@top_srcdir@ -I@top_srcdir@/src -I@top_srcdir@/src/core @GLIB_CFLAGS@', 'VERSION_FROM' => '@srcdir@/Irssi.pm'); diff --git a/src/perl/irc/Makefile.PL.in b/src/perl/irc/Makefile.PL.in index a3071c04..4ee86957 100644 --- a/src/perl/irc/Makefile.PL.in +++ b/src/perl/irc/Makefile.PL.in @@ -2,5 +2,5 @@ use ExtUtils::MakeMaker; WriteMakefile('NAME' => 'Irssi::Irc', 'LIBS' => '', - 'INC' => '-I@top_srcdir@/src -I@top_srcdir@/src/core -I@top_srcdir@/src/irc/core -I@top_srcdir@/src/irc @GLIB_CFLAGS@', + 'INC' => '-I../../.. -I@top_srcdir@/src -I@top_srcdir@/src/core -I@top_srcdir@/src/irc/core -I@top_srcdir@/src/irc @GLIB_CFLAGS@', 'VERSION_FROM' => '@srcdir@/Irc.pm'); -- cgit v1.2.3