summaryrefslogtreecommitdiff
path: root/src/select/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-01-26 23:59:56 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-01-26 23:59:56 +0000
commit9208eb249116013db51504ff9f4be6a6afcde596 (patch)
treeaba3eac07f5936e9fdab033626f29b0c1473940b /src/select/Makefile
parent63ad55e97d14e96bf21aaf3b3371748787d32181 (diff)
downloadlibcss-9208eb249116013db51504ff9f4be6a6afcde596.tar.gz
libcss-9208eb249116013db51504ff9f4be6a6afcde596.tar.bz2
Introduce ability to create/destroy selection contexts.
svn path=/trunk/libcss/; revision=6284
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 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)))