summaryrefslogtreecommitdiff
path: root/src/parse/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/Makefile')
-rw-r--r--src/parse/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse/Makefile b/src/parse/Makefile
index 9e1c6dd..fc27e8e 100644
--- a/src/parse/Makefile
+++ b/src/parse/Makefile
@@ -35,7 +35,7 @@ d := $(DIR)
CFLAGS := $(CFLAGS) -I$(d)
# Sources
-SRCS_$(d) := parse.c
+SRCS_$(d) := parse.c css21.c
# Append to sources for component
SOURCES += $(addprefix $(d), $(SRCS_$(d)))