summaryrefslogtreecommitdiff
path: root/src/parse/properties/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-05-26 23:45:36 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-05-26 23:45:36 +0000
commit9d4e95a181216365d9182ee58179bcc7bd8248c7 (patch)
tree064ce165cefe3f66ea570000b511a3e3abb8e3c2 /src/parse/properties/Makefile
parentc28c7fe8be413c6c25d158e68d5058606a6f0b68 (diff)
downloadlibcss-9d4e95a181216365d9182ee58179bcc7bd8248c7.tar.gz
libcss-9d4e95a181216365d9182ee58179bcc7bd8248c7.tar.bz2
Split out generated content and list property parsers
svn path=/trunk/libcss/; revision=7560
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 f2eff68..71db8d6 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 properties.c utils.c
+DIR_SOURCES := aural.c background.c border_outline.c generated_list.c properties.c utils.c
include build/makefiles/Makefile.subdir