Jamfile to bring in the new lzw module. My first try at this exercise, please report problems, I lack experience! Antoine
diff --git a/src/lzw/Jamfile b/src/lzw/Jamfile
new file mode 100644
index 0000000..995cbb9
--- /dev/null
+++ b/src/lzw/Jamfile
@@ -0,0 +1,9 @@
+# FreeType 2 src/lzw Jamfile (C) 2004 David Turner
+#
+
+SubDir FT2_TOP $(FT2_SRC_DIR) lzw ;
+
+Library $(FT2_LIB) : ftlzw.c ;
+
+# end of src/lzw Jamfile
+