summaryrefslogtreecommitdiff
path: root/src/parse/properties/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-05-27 00:37:18 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-05-27 00:37:18 +0000
commit859a254f2480bf0fc7b8cb1985ced4b225be9c5c (patch)
tree0a107070fa0898d5992698e0e7919d21fd134291 /src/parse/properties/Makefile
parentfc4b21067cd35d2e748b78c4c03acede29443220 (diff)
downloadlibcss-859a254f2480bf0fc7b8cb1985ced4b225be9c5c.tar.gz
libcss-859a254f2480bf0fc7b8cb1985ced4b225be9c5c.tar.bz2
Split out remaining UI property parsers
svn path=/trunk/libcss/; revision=7572
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 f64bede..1c98c04 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 boxsizing.c effects_stacking.c font.c generated_list.c margin.c padding.c page.c positioning.c properties.c table.c text.c utils.c
+DIR_SOURCES := aural.c background.c border_outline.c boxsizing.c effects_stacking.c font.c generated_list.c margin.c padding.c page.c positioning.c properties.c table.c text.c ui.c utils.c
include build/makefiles/Makefile.subdir