summaryrefslogtreecommitdiff
path: root/src/select/Makefile
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2021-03-04 21:22:06 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2021-05-19 14:40:54 +0100
commit6cd205329373efe5a1629518c2875724cc79dce3 (patch)
treee9598f4e0ae907eacf43c391fb4b54a79059627f /src/select/Makefile
parent0cf10a040aea028c7dc81cf353da7a7af5331076 (diff)
downloadlibcss-6cd205329373efe5a1629518c2875724cc79dce3.tar.gz
libcss-6cd205329373efe5a1629518c2875724cc79dce3.tar.bz2
Units: Add support for length unit conversion to libcss.
Currently only used for unit conversion.
Diffstat (limited to 'src/select/Makefile')
-rw-r--r--src/select/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/select/Makefile b/src/select/Makefile
index 8b47673..f5ddb18 100644
--- a/src/select/Makefile
+++ b/src/select/Makefile
@@ -2,6 +2,6 @@
select_generator:
python3 src/select/select_generator.py
-DIR_SOURCES := arena.c computed.c dispatch.c hash.c select.c font_face.c format_list_style.c
+DIR_SOURCES := arena.c computed.c dispatch.c hash.c select.c font_face.c format_list_style.c unit.c
include $(NSBUILD)/Makefile.subdir