summaryrefslogtreecommitdiff
path: root/src/parse/properties/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-05-26 23:47:14 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-05-26 23:47:14 +0000
commit01ec9614ec99baf3887f75eef9decb7c2dea7219 (patch)
tree3463371b62c550c0e7ff186fdd24741a3dbbe2eb /src/parse/properties/Makefile
parent9d4e95a181216365d9182ee58179bcc7bd8248c7 (diff)
downloadlibcss-01ec9614ec99baf3887f75eef9decb7c2dea7219.tar.gz
libcss-01ec9614ec99baf3887f75eef9decb7c2dea7219.tar.bz2
Split out font property parsers
svn path=/trunk/libcss/; revision=7561
Diffstat (limited to 'src/parse/properties/Makefile')
-rw-r--r--src/parse/properties/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse/properties/Makefile b/src/parse/properties/Makefile
index 71db8d6..802ca25 100644
--- a/src/parse/properties/Makefile
+++ b/src/parse/properties/Makefile
@@ -1,4 +1,4 @@
# Sources
-DIR_SOURCES := aural.c background.c border_outline.c generated_list.c properties.c utils.c
+DIR_SOURCES := aural.c background.c border_outline.c font.c generated_list.c properties.c utils.c
include build/makefiles/Makefile.subdir