summaryrefslogtreecommitdiff
path: root/src/select/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2021-02-05 00:04:35 +0000
committerVincent Sanders <vince@kyllikki.org>2021-02-05 00:04:35 +0000
commit131bb27e3bf9d117ede308dd968814204f72e64c (patch)
tree40f5ab13d8abcc06804a509893d6ba029ad2795e /src/select/Makefile
parente8238ac2dab2a9c8cd31e7f66504218cf90c4d23 (diff)
downloadlibcss-131bb27e3bf9d117ede308dd968814204f72e64c.tar.gz
libcss-131bb27e3bf9d117ede308dd968814204f72e64c.tar.bz2
add text formatting of values with list styles
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 025ad39..8b47673 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
+DIR_SOURCES := arena.c computed.c dispatch.c hash.c select.c font_face.c format_list_style.c
include $(NSBUILD)/Makefile.subdir