From 8ac8312b0e3bf5a439e790e1439358deb465e60b Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 26 Nov 2012 14:59:07 -0800 Subject: Include all the test headers in the test library header install --- Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 9ba7881a0..efc3f46ac 100644 --- a/Makefile.in +++ b/Makefile.in @@ -92,8 +92,7 @@ HDRS = \ begin_code.h \ close_code.h -SDLTEST_HDRS = \ - SDL_test.h +SDLTEST_HDRS = $(shell ls $(srcdir)/include | fgrep SDL_test) LT_AGE = @LT_AGE@ LT_CURRENT = @LT_CURRENT@ -- cgit v1.2.1