summaryrefslogtreecommitdiff
path: root/src/parse/properties/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-05-26 23:51:51 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-05-26 23:51:51 +0000
commitddb2f8e02ffc37999e7d32e70591778055844d1b (patch)
treee802c94411b135cefd8ad11975b9970a9d14d811 /src/parse/properties/Makefile
parent01ec9614ec99baf3887f75eef9decb7c2dea7219 (diff)
downloadlibcss-ddb2f8e02ffc37999e7d32e70591778055844d1b.tar.gz
libcss-ddb2f8e02ffc37999e7d32e70591778055844d1b.tar.bz2
Split out margin and padding property parsers.
svn path=/trunk/libcss/; revision=7562
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 802ca25..69f1525 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 properties.c utils.c
+DIR_SOURCES := aural.c background.c border_outline.c font.c generated_list.c margin.c padding.c properties.c utils.c
include build/makefiles/Makefile.subdir