summaryrefslogtreecommitdiff
path: root/src/parse/properties/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-05-27 00:33:26 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-05-27 00:33:26 +0000
commit94074cb3afd111b15d46e108593b0b4db40e141a (patch)
tree75cdc5f09a64b88819914d1fb4192b02ef2df5a1 /src/parse/properties/Makefile
parent62efdd1bb64dcdec770c43df5e8ea2c56cf6bdb4 (diff)
downloadlibcss-94074cb3afd111b15d46e108593b0b4db40e141a.tar.gz
libcss-94074cb3afd111b15d46e108593b0b4db40e141a.tar.bz2
Split out visual effects and stacking property parsers
svn path=/trunk/libcss/; revision=7570
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 d0df0dd..f64bede 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 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 utils.c
include build/makefiles/Makefile.subdir