aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/extras/freetype2/src/autofit/Jamfile
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/extras/freetype2/src/autofit/Jamfile')
-rw-r--r--nx-X11/extras/freetype2/src/autofit/Jamfile18
1 files changed, 0 insertions, 18 deletions
diff --git a/nx-X11/extras/freetype2/src/autofit/Jamfile b/nx-X11/extras/freetype2/src/autofit/Jamfile
deleted file mode 100644
index 3063f2371..000000000
--- a/nx-X11/extras/freetype2/src/autofit/Jamfile
+++ /dev/null
@@ -1,18 +0,0 @@
-SubDir FT2_TOP src autofit ;
-
-{
- local _sources ;
-
- if $(FT2_MULTI)
- {
- _sources = afangles afglobal afhints aflatin afloader afmodule afdummy ;
- }
- else
- {
- _sources = autofit ;
- }
-
- Library $(FT2_LIB) : $(_sources).c ;
-}
-
-# end of src/autofir Jamfile