From 65d4fd6e83d421e7fa7a8c7df44d01797e3c69ae Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 18 Mar 2021 09:16:30 +0000 Subject: Selection: Remove client callback for unit conversion. Now clients provide a unit conversion context and libcss provides code to perform unit conversion. This reduces the amount of common code that clients have to write. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0835c8f..86d6641 100644 --- a/Makefile +++ b/Makefile @@ -65,5 +65,6 @@ INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):include/libcss/properties.h INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):include/libcss/select.h INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):include/libcss/stylesheet.h INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):include/libcss/types.h +INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):include/libcss/unit.h INSTALL_ITEMS := $(INSTALL_ITEMS) /$(LIBDIR)/pkgconfig:lib$(COMPONENT).pc.in INSTALL_ITEMS := $(INSTALL_ITEMS) /$(LIBDIR):$(OUTPUT) -- cgit v1.2.3