summaryrefslogtreecommitdiff
path: root/src/select/Makefile
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2022-08-28 14:40:16 +0100
committerMichael Drake <mdrake.unique@gmail.com>2022-08-28 15:10:21 +0100
commit0e3a0b1ef42eb15d70a5307d340c38ab611eb64d (patch)
treeb2792732e51e240c4399833b852e73471b0732c5 /src/select/Makefile
parentc0af9cfa9adf8fdc94efa32a6847d7aebba0e107 (diff)
downloadlibcss-0e3a0b1ef42eb15d70a5307d340c38ab611eb64d.tar.gz
libcss-0e3a0b1ef42eb15d70a5307d340c38ab611eb64d.tar.bz2
Select: Split out useful strings
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 f5ddb18..b9e7390 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 unit.c
+DIR_SOURCES := arena.c computed.c dispatch.c hash.c select.c strings.c font_face.c format_list_style.c unit.c
include $(NSBUILD)/Makefile.subdir