summaryrefslogtreecommitdiff
path: root/src/parse/properties/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-05-26 23:57:04 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-05-26 23:57:04 +0000
commit117437f5b3fe8924782bce996ff12e1929be70a0 (patch)
tree751f667f059c7e78ec9e2978b5ce479bece8b928 /src/parse/properties/Makefile
parentddb2f8e02ffc37999e7d32e70591778055844d1b (diff)
downloadlibcss-117437f5b3fe8924782bce996ff12e1929be70a0.tar.gz
libcss-117437f5b3fe8924782bce996ff12e1929be70a0.tar.bz2
Split out positioning property parsers
svn path=/trunk/libcss/; revision=7563
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 69f1525..1c40134 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 properties.c utils.c
+DIR_SOURCES := aural.c background.c border_outline.c font.c generated_list.c margin.c padding.c positioning.c properties.c utils.c
include build/makefiles/Makefile.subdir