summaryrefslogtreecommitdiff
path: root/src/parse/properties/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-05-26 23:33:03 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-05-26 23:33:03 +0000
commitd31b85e586b137610978725871c8f57eaa29d241 (patch)
tree65a8489498c3ca560f14d8d1d358a93da3c7b9ea /src/parse/properties/Makefile
parent81777be0325e2434911f697f0d9a284e50ee63ef (diff)
downloadlibcss-d31b85e586b137610978725871c8f57eaa29d241.tar.gz
libcss-d31b85e586b137610978725871c8f57eaa29d241.tar.bz2
Split out background property parsers
svn path=/trunk/libcss/; revision=7558
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 bfca56e..7525d34 100644
--- a/src/parse/properties/Makefile
+++ b/src/parse/properties/Makefile
@@ -1,4 +1,4 @@
# Sources
-DIR_SOURCES := aural.c properties.c utils.c
+DIR_SOURCES := aural.c background.c properties.c utils.c
include build/makefiles/Makefile.subdir