From: acspike Date: Mon, 27 Mar 2006 16:04:48 +0000 (+0000) Subject: forgot to add XCF output to the makefile X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6cea24cb0acefa42af0b9e673825af4656ef8e82;p=inkscape.git forgot to add XCF output to the makefile --- diff --git a/share/extensions/Makefile.am b/share/extensions/Makefile.am index 58894b496..a75af5583 100644 --- a/share/extensions/Makefile.am +++ b/share/extensions/Makefile.am @@ -48,7 +48,8 @@ extensions = \ dxf_outlines.py \ fig2svg.sh \ cspsubdiv.py \ - flatten.py + flatten.py \ + gimp_xcf.py otherstuff = @@ -91,7 +92,8 @@ modules = \ svg_and_media_zip_output.inx \ dxf_outlines.inx \ fig_input.inx \ - flatten.inx + flatten.inx \ + gimp_xcf.inx extension_SCRIPTS = \ $(extensions)