From d5a183e14d42560632a6aa270aede226215bb3d3 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 4 Dec 2011 21:06:24 +0000 Subject: @font-face support. Credit: James Montgomerie Things missing: parser tests; the following descriptors: font-feature-settings, font-stretch, font-variant, unicode-range. svn path=/trunk/libcss/; revision=13244 --- src/parse/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parse/Makefile') diff --git a/src/parse/Makefile b/src/parse/Makefile index a7548a8..3d1df42 100644 --- a/src/parse/Makefile +++ b/src/parse/Makefile @@ -1,4 +1,4 @@ # Sources -DIR_SOURCES := parse.c language.c important.c propstrings.c +DIR_SOURCES := parse.c language.c important.c propstrings.c font_face.c include build/makefiles/Makefile.subdir -- cgit v1.2.3