From: Michael Orlitzky Date: Wed, 4 Oct 2023 12:30:37 +0000 (-0400) Subject: src/Makefile: add the new svgtiny_css.c to the list of sources X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;ds=sidebyside;h=6279e9fa059f2272c054c327747f498868ba377f;p=libsvgtiny.git src/Makefile: add the new svgtiny_css.c to the list of sources --- diff --git a/src/Makefile b/src/Makefile index 751a12a..47b190f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,5 +1,5 @@ # Sources -DIR_SOURCES := svgtiny.c svgtiny_gradient.c svgtiny_list.c +DIR_SOURCES := svgtiny.c svgtiny_css.c svgtiny_gradient.c svgtiny_list.c SOURCES := $(SOURCES)