summaryrefslogtreecommitdiff
path: root/src/parse/properties/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-01-20 20:43:05 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-01-20 20:43:05 +0000
commita997c2776d48ebf54dbd452e5059558325e604e4 (patch)
tree0a297f997f7cbb3d15a248c5902dac0b4209e6cb /src/parse/properties/Makefile
parent638f7b141202c4bb700540d9e9df670449256476 (diff)
downloadlibcss-a997c2776d48ebf54dbd452e5059558325e604e4.tar.gz
libcss-a997c2776d48ebf54dbd452e5059558325e604e4.tar.bz2
Fix shared library build
svn path=/trunk/libcss/; revision=11427
Diffstat (limited to 'src/parse/properties/Makefile')
-rw-r--r--src/parse/properties/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parse/properties/Makefile b/src/parse/properties/Makefile
index 43a2cf1..4f6a402 100644
--- a/src/parse/properties/Makefile
+++ b/src/parse/properties/Makefile
@@ -48,9 +48,9 @@ $(eval $(foreach PROP,$(AUTOGEN_PARSERS),$(call gen_prop_parser,$(PROP))))
-DIR_SOURCES := azimuth.c text_decoration.c background.c utils.c \
+DIR_SOURCES := azimuth.c text_decoration.c background.c \
background_position.c border_spacing.c font.c outline.c \
- voice_family.c border_style.c cue.c \
+ voice_family.c border_style.c cue.c \
font_family.c list_style.c padding.c cursor.c \
list_style_type.c pause.c border.c border_width.c margin.c \
play_during.c clip.c properties.c border_color.c content.c \