From 9208eb249116013db51504ff9f4be6a6afcde596 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 26 Jan 2009 23:59:56 +0000 Subject: Introduce ability to create/destroy selection contexts. svn path=/trunk/libcss/; revision=6284 --- 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 645c97e..7a2c25d 100644 --- a/src/select/Makefile +++ b/src/select/Makefile @@ -35,7 +35,7 @@ d := $(DIR) CFLAGS := $(CFLAGS) -I$(d) # Sources -SRCS_$(d) := hash.c +SRCS_$(d) := hash.c select.c # Append to sources for component SOURCES += $(addprefix $(d), $(SRCS_$(d))) -- cgit v1.2.3