summaryrefslogtreecommitdiff
path: root/src/parse/properties/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-05-27 00:22:44 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-05-27 00:22:44 +0000
commit23ed45441ad9ed4d66852aaa724dc5bd245c9a21 (patch)
treec2d2418f666eba57cd2eeb9bf94348f6a0c42d7e /src/parse/properties/Makefile
parent7dd3ce5ee751ad583127f6239344c591d1fc1afc (diff)
downloadlibcss-23ed45441ad9ed4d66852aaa724dc5bd245c9a21.tar.gz
libcss-23ed45441ad9ed4d66852aaa724dc5bd245c9a21.tar.bz2
Split out box sizing property parsers
svn path=/trunk/libcss/; revision=7567
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 0b044ed..b3546be 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 font.c generated_list.c margin.c padding.c page.c positioning.c properties.c text.c utils.c
+DIR_SOURCES := aural.c background.c border_outline.c boxsizing.c font.c generated_list.c margin.c padding.c page.c positioning.c properties.c text.c utils.c
include build/makefiles/Makefile.subdir