[gimp-perl] Remove need for -I
- From: Ed J <edj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-perl] Remove need for -I
- Date: Thu, 8 Jan 2015 20:46:40 +0000 (UTC)
commit 40abd89185c0a1b169d3d63f67c55618dd51061e
Author: Ed J <edj src gnome org>
Date: Thu Jan 8 20:46:27 2015 +0000
Remove need for -I
Makefile.PL | 2 +-
lib/Gimp.xs | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/Makefile.PL b/Makefile.PL
index 28b5872..a75740b 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -30,7 +30,7 @@ $pkg->save_config($IFILES);
# reinit so no PM which breaks XSMULTI
$pkg = ExtUtils::Depends->new(qw(Gimp Alien::Gimp Gtk2 PDL));
# don't know why need -I here, works in EUMM "multi" test without
-$pkg->set_inc(q{-Ilib/Gimp -Ddatadir='""'});
+$pkg->set_inc(q{-Ddatadir='""'});
WriteMakefile(
NAME => 'Gimp',
diff --git a/lib/Gimp.xs b/lib/Gimp.xs
index bd76946..e42066a 100644
--- a/lib/Gimp.xs
+++ b/lib/Gimp.xs
@@ -12,9 +12,9 @@
#include "perl.h"
#include "XSUB.h"
#define NEED_newCONSTSUB
-#include "gppport.h"
+#include "Gimp/gppport.h"
-#include "perl-intl.h"
+#include "Gimp/perl-intl.h"
/* FIXME */
/* dirty is used in gimp.h. */
@@ -27,7 +27,7 @@
# include <signal.h>
#endif
-#include "gimp-perl.h"
+#include "Gimp/gimp-perl.h"
MODULE = Gimp PACKAGE = Gimp
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]