From 1b95fec601a3d006ba6b99e1dea3f61c3c8318fc Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 13 Dec 2013 20:16:52 +0000 Subject: Various changes which modify API and ABI: - Remove client allocation function. - Change node_classes callback not to yield array ownership to libcss. - Node bloom filters now built by, during selection libcss. - Added selection callbacks to get and set data on document nodes. Test suite, example, and documentation updated to match. --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d9a2b9b..68ec9ba 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,6 @@ include $(NSBUILD)/Makefile.top # Extra installation rules I := /include/libcss -INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):include/libcss/bloom.h INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):include/libcss/computed.h INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):include/libcss/errors.h INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):include/libcss/font_face.h -- cgit v1.2.1