summaryrefslogtreecommitdiff
path: root/src/parse/properties/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-05-26 23:36:57 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-05-26 23:36:57 +0000
commitc28c7fe8be413c6c25d158e68d5058606a6f0b68 (patch)
treec9e78fcdb308073d715118ed59322af0ac3f96ff /src/parse/properties/Makefile
parentd31b85e586b137610978725871c8f57eaa29d241 (diff)
downloadlibcss-c28c7fe8be413c6c25d158e68d5058606a6f0b68.tar.gz
libcss-c28c7fe8be413c6c25d158e68d5058606a6f0b68.tar.bz2
Split out border and outline property parsers
svn path=/trunk/libcss/; revision=7559
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 7525d34..f2eff68 100644
--- a/src/parse/properties/Makefile
+++ b/src/parse/properties/Makefile
@@ -1,4 +1,4 @@
# Sources
-DIR_SOURCES := aural.c background.c properties.c utils.c
+DIR_SOURCES := aural.c background.c border_outline.c properties.c utils.c
include build/makefiles/Makefile.subdir