From 8e580ccd195d2b7ae896803391ef404cb3b41d3b Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 3 May 2015 16:10:15 +0100 Subject: Split out presentational hints handling. --- css/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'css/Makefile') diff --git a/css/Makefile b/css/Makefile index 1280d57e1..127dbaa32 100644 --- a/css/Makefile +++ b/css/Makefile @@ -1,5 +1,5 @@ # CSS sources -S_CSS := css.c dump.c internal.c select.c utils.c +S_CSS := css.c dump.c internal.c hints.c select.c utils.c S_CSS := $(addprefix css/,$(S_CSS)) -- cgit v1.2.3