summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2012-11-26 14:59:07 -0800
committerSam Lantinga <slouken@libsdl.org>2012-11-26 14:59:07 -0800
commit8ac8312b0e3bf5a439e790e1439358deb465e60b (patch)
tree94699735f184fb70043383b871e842c31d471690 /Makefile.in
parentec8f83c4311049956d1366a3406f5eaa7944d56c (diff)
downloadsdl-8ac8312b0e3bf5a439e790e1439358deb465e60b.tar.gz
Include all the test headers in the test library header install
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 1 insertions, 2 deletions
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@