summaryrefslogtreecommitdiff
path: root/src/select/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-02-15 10:58:36 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-02-15 10:58:36 +0000
commita3ec55e0f72fb0d55b2309d5688d7f8ce3194e2d (patch)
tree59cc79b15b2217c21d41a4a4ff5de080aa1389ae /src/select/Makefile
parent8cd57dac5b019a814f3f87accc81c94728e6229f (diff)
downloadlibcss-a3ec55e0f72fb0d55b2309d5688d7f8ce3194e2d.tar.gz
libcss-a3ec55e0f72fb0d55b2309d5688d7f8ce3194e2d.tar.bz2
Move property dispatch table out of select.c so it can be used by the computed style composition code.
svn path=/trunk/libcss/; revision=6523
Diffstat (limited to 'src/select/Makefile')
-rw-r--r--src/select/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/select/Makefile b/src/select/Makefile
index 9d5656c..ea105fe 100644
--- a/src/select/Makefile
+++ b/src/select/Makefile
@@ -35,7 +35,7 @@ d := $(DIR)
CFLAGS := $(CFLAGS) -I$(d)
# Sources
-SRCS_$(d) := computed.c hash.c select.c
+SRCS_$(d) := computed.c dispatch.c hash.c properties.c select.c
# Append to sources for component
SOURCES += $(addprefix $(d), $(SRCS_$(d)))