1595f6308SAndrew GeisslerFrom 6ec375eaafc43a2b3c30a0e0e49447d231d81a67 Mon Sep 17 00:00:00 2001
21a4b7ee2SBrad BishopFrom: Khem Raj <raj.khem@gmail.com>
31a4b7ee2SBrad BishopDate: Tue, 9 May 2017 00:57:10 -0700
41a4b7ee2SBrad Bishop
51a4b7ee2SBrad Bishop---
6*520786ccSPatrick WilliamsUpstream-Status: Pending
7*520786ccSPatrick Williams
81a4b7ee2SBrad Bishop Makefile.am | 2 ++
91a4b7ee2SBrad Bishop 1 file changed, 2 insertions(+)
101a4b7ee2SBrad Bishop
111a4b7ee2SBrad Bishopdiff --git a/Makefile.am b/Makefile.am
12595f6308SAndrew Geisslerindex 8568dd2..5efc91e 100644
131a4b7ee2SBrad Bishop--- a/Makefile.am
141a4b7ee2SBrad Bishop+++ b/Makefile.am
15595f6308SAndrew Geissler@@ -3,6 +3,8 @@ ACLOCAL_AMFLAGS = -I acinclude
161a4b7ee2SBrad Bishop
171a4b7ee2SBrad Bishop lib_LTLIBRARIES = libSDL2_ttf.la
181a4b7ee2SBrad Bishop
191a4b7ee2SBrad Bishop+AUTOMAKE_OPTIONS = foreign
201a4b7ee2SBrad Bishop+
211a4b7ee2SBrad Bishop libSDL2_ttfincludedir = $(includedir)/SDL2
221a4b7ee2SBrad Bishop libSDL2_ttfinclude_HEADERS =	\
231a4b7ee2SBrad Bishop 	SDL_ttf.h
24