From: Gianfranco Costamagna <locutusofborg@debian.org>
Date: Wed, 21 Jun 2023 15:14:20 +0100
Subject: Also install SDL2_gfxPrimitives_font.h header file

Bug-Debian: https://bugs.debian.org/998195
Forwarded: email
Last-Update: 2021-11-24
---
 Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.am b/Makefile.am
index dce5ea7..07c75a0 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,6 +7,7 @@ libSDL2_gfxincludedir =		\
 libSDL2_gfxinclude_HEADERS =	\
 	SDL2_framerate.h	\
 	SDL2_gfxPrimitives.h	\
+	SDL2_gfxPrimitives_font.h	\
 	SDL2_imageFilter.h	\
 	SDL2_rotozoom.h
 
