mirror of https://github.com/GNOME/gimp.git
see plug-ins/perl/Changes
This commit is contained in:
parent
3a88c33682
commit
f9dee425d2
|
@ -36,12 +36,10 @@ Gimp/Makefile.PL
|
|||
Gimp/Lib.xs
|
||||
Gimp/Lib.pm
|
||||
Gimp/OO.pod
|
||||
Gimp/Net.pm
|
||||
Gimp/Data.pm
|
||||
Gimp/Fu.pm
|
||||
Gimp/PDL.pm
|
||||
Gimp/Pixel.pod
|
||||
Gimp/UI.pm
|
||||
Gimp/Util.pm
|
||||
Gimp/Feature.pm
|
||||
Gimp/Pod.pm
|
||||
|
@ -54,6 +52,10 @@ Module/Makefile.PL
|
|||
Module/Module.xs
|
||||
Net/Makefile.PL
|
||||
Net/Net.xs
|
||||
Net/Net.pm
|
||||
UI/Makefile.PL
|
||||
UI/UI.pm
|
||||
UI/UI.xs
|
||||
examples/PDB
|
||||
examples/alpha2color.pl
|
||||
examples/tex-to-float
|
||||
|
|
|
@ -229,7 +229,7 @@ setver:
|
|||
}
|
||||
|
||||
$GIMP_INC_NOUI = "-I../../ $GIMP_INC_NOUI" if $IN_GIMP;
|
||||
@DIRS= qw/Gimp Net/;
|
||||
@DIRS= qw/Gimp Net UI/;
|
||||
|
||||
$build_module = $IN_GIMP || $ENV{GIMP_PERL_MODULE_INC};
|
||||
# temporarily disabled because of politics
|
||||
|
@ -285,8 +285,8 @@ WriteMakefile(
|
|||
'Gimp/Data.pm' => '$(INST_LIBDIR)/Gimp/Data.pm',
|
||||
'Gimp/Fu.pm' => '$(INST_LIBDIR)/Gimp/Fu.pm',
|
||||
'Gimp/Lib.pm' => '$(INST_LIBDIR)/Gimp/Lib.pm',
|
||||
'Gimp/UI.pm' => '$(INST_LIBDIR)/Gimp/UI.pm',
|
||||
'Gimp/Net.pm' => '$(INST_LIBDIR)/Gimp/Net.pm',
|
||||
'UI/UI.pm' => '$(INST_LIBDIR)/Gimp/UI.pm',
|
||||
'Net/Net.pm' => '$(INST_LIBDIR)/Gimp/Net.pm',
|
||||
'Gimp/PDL.pm' => '$(INST_LIBDIR)/Gimp/PDL.pm',
|
||||
'Gimp/Util.pm' => '$(INST_LIBDIR)/Gimp/Util.pm',
|
||||
'Gimp/Feature.pm' => '$(INST_LIBDIR)/Gimp/Feature.pm',
|
||||
|
|
Loading…
Reference in New Issue