From 23ec03c90f2fdc91dfad16e2de69e466d58f0a42 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 28 Nov 2008 18:57:34 +0000 Subject: Tidy things up somewhat. css21 is now language, as everything will share the same parsing rules (although there is facility to alter behaviour based upon the language level -- consult language->sheet->level and then decide what to do) svn path=/trunk/libcss/; revision=5815 --- src/parse/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parse/Makefile') diff --git a/src/parse/Makefile b/src/parse/Makefile index fc27e8e..7d42214 100644 --- a/src/parse/Makefile +++ b/src/parse/Makefile @@ -35,7 +35,7 @@ d := $(DIR) CFLAGS := $(CFLAGS) -I$(d) # Sources -SRCS_$(d) := parse.c css21.c +SRCS_$(d) := parse.c language.c # Append to sources for component SOURCES += $(addprefix $(d), $(SRCS_$(d))) -- cgit v1.2.3