From a3ec55e0f72fb0d55b2309d5688d7f8ce3194e2d Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 15 Feb 2009 10:58:36 +0000 Subject: 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 --- src/select/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/select/Makefile') 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))) -- cgit v1.2.3