]> gitweb.michael.orlitzky.com - libsvgtiny.git/commit
Build: Include gperf-generated code directly.
authorMichael Drake <michael.drake@codethink.co.uk>
Thu, 20 Apr 2017 09:51:07 +0000 (10:51 +0100)
committerMichael Drake <michael.drake@codethink.co.uk>
Thu, 20 Apr 2017 09:51:07 +0000 (10:51 +0100)
commit4390f1c84e8fee51fc22468821e6fc158e783053
tree48898d7bce2e3d526a63f390188ab5363e7ed2a1
parentfd34818e098caf2810c3083abf90a59e01355514
Build: Include gperf-generated code directly.

Previously we built the generated code separatly and then linked to
it.  However, this caused problems with certain compilers and gperf
versions.  This change includes the generated code directly in
svgtiny.c instead, which is the only place its used.
src/Makefile
src/colors.gperf
src/svgtiny.c
src/svgtiny_internal.h