summaryrefslogtreecommitdiff
path: root/src/pshinter/Jamfile
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2003-05-28 22:42:41 +0000
committerWerner Lemberg <wl@gnu.org>2003-05-28 22:42:41 +0000
commit0bdf608f3d79e7b45983b88a7733426c06eb5f49 (patch)
tree60ef4007a94151413158a501c529988d702d9eca /src/pshinter/Jamfile
parent26fb1bcd05afc1d61ad80cd7313aa5a88713e78b (diff)
downloadfreetype2-0bdf608f3d79e7b45983b88a7733426c06eb5f49.tar.gz
* src/pshinter/pshalgo1.[ch], src/pshinter/pshalgo2.[ch]: Removed.
* src/pshinter/pshalgo.h: Removed. * src/pshinter/pshalgo3.[ch]: Renamed to... * src/pshinter/pshalgo.[ch]: New files. s/PSH3/PSH/. s/psh3/psh/. s/ps3/ps/. * src/pshinter/pshrec.c, src/pshinter/pshinter.c: Updated. * src/pshinter/rules.mk, src/pshinter/Jamfile: Updated * src/pshinter/pshglob.[ch] (psh_dimension_snap_width): Commented out. * tests/gview.c: Remove code for pshalgo1 and pshalgo2. Updated.
Diffstat (limited to 'src/pshinter/Jamfile')
-rw-r--r--src/pshinter/Jamfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pshinter/Jamfile b/src/pshinter/Jamfile
index 8eb3dea8b..bdde744b0 100644
--- a/src/pshinter/Jamfile
+++ b/src/pshinter/Jamfile
@@ -8,7 +8,7 @@ SubDir FT2_TOP $(FT2_SRC_DIR) pshinter ;
if $(FT2_MULTI)
{
- _sources = pshrec pshglob pshalgo1 pshalgo2 pshalgo3 pshmod ;
+ _sources = pshrec pshglob pshalgo pshmod ;
}
else
{