From 6722943b81c0dba84ed187b2d117cc92972117ed Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 26 May 2016 11:18:41 +0100 Subject: move the CSS content handler --- Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 35e734e60..fe97f1c4d 100644 --- a/Makefile +++ b/Makefile @@ -539,8 +539,8 @@ $(eval $(call pkg_config_find_and_add_enabled,NSSVG,libsvgtiny,SVG)) $(eval $(call pkg_config_find_and_add_enabled,ROSPRITE,librosprite,Sprite)) # add top level and build directory to include search path -CFLAGS += -I. -Ifrontends -I$(OBJROOT) -CXXFLAGS += -I. -Ifrontends -I$(OBJROOT) +CFLAGS += -I. -Iinclude -Ifrontends -I$(OBJROOT) +CXXFLAGS += -I. -Iinclude -Ifrontends -I$(OBJROOT) # export the user agent format CFLAGS += -DNETSURF_UA_FORMAT_STRING=\"$(NETSURF_UA_FORMAT_STRING)\" @@ -585,9 +585,6 @@ include frontends/Makefile # Content sources include content/Makefile -# CSS sources -include css/Makefile - # render sources include render/Makefile -- cgit v1.2.3