From a87557bbadf6904ecb7689bc98c3031ee1182c47 Mon Sep 17 00:00:00 2001 From: kramm Date: Wed, 26 Mar 2008 13:05:36 +0000 Subject: [PATCH] moved the libart stuff around --- release.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/release.in b/release.in index a8911ed..4217ee6 100644 --- a/release.in +++ b/release.in @@ -161,7 +161,9 @@ ${name}/lib/os.h \ ${name}/lib/gfxdevice.h \ ${name}/lib/gfxsource.h \ ${name}/lib/gfxtools.h \ +${name}/lib/gfxpoly.h \ ${name}/lib/gfxtools.c \ +${name}/lib/gfxpoly.c \ ${name}/lib/devices/swf.h \ ${name}/lib/devices/swf.c \ ${name}/lib/devices/file.h \ @@ -170,10 +172,8 @@ ${name}/lib/devices/render.c \ ${name}/lib/devices/render.h \ ${name}/lib/devices/text.c \ ${name}/lib/devices/text.h \ -${name}/lib/devices/artsutils.c \ -${name}/lib/devices/artsutils.h \ -${name}/lib/devices/arts.c \ -${name}/lib/devices/arts.h \ +${name}/lib/devices/polyops.c \ +${name}/lib/devices/polyops.h \ ${name}/lib/devices/record.c \ ${name}/lib/devices/record.h \ ${name}/lib/devices/rescale.c \ -- 1.7.10.4