From 3b6358f8254e8256f7af4e20b413f56f90a47eb1 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 13 Sep 2008 00:13:49 +0000 Subject: More API munging. Also stub out implementations of new APIs. svn path=/trunk/libcss/; revision=5306 --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index f56a87f..75b6515 100644 --- a/src/Makefile +++ b/src/Makefile @@ -35,7 +35,7 @@ d := $(DIR) CFLAGS := $(CFLAGS) -I$(d) # Sources -SRCS_$(d) := libcss.c +SRCS_$(d) := libcss.c stylesheet.c # Append to sources for component SOURCES += $(addprefix $(d), $(SRCS_$(d))) -- cgit v1.2.3