]> gitweb.michael.orlitzky.com - libsvgtiny.git/commitdiff
src/Makefile: add the new svgtiny_css.c to the list of sources
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 4 Oct 2023 12:30:37 +0000 (08:30 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 11 Oct 2023 12:09:45 +0000 (08:09 -0400)
src/Makefile

index 751a12abe3cf79559ce6461763fec7506b92b461..47b190f127ad790e928df7338f072b526e6a4bf7 100644 (file)
@@ -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)