Adjusted libsdl so that header files get included, but it's including them twice now?

This commit is contained in:
Scott McCreary
2013-09-17 08:56:36 -07:00
parent 655a5e7f16
commit 6bb30b537f

View File

@@ -62,6 +62,8 @@ INSTALL()
cp build/.libs/libSDLmain.a $developDir/lib/libSDLmain.a
cp build/.libs/libSDLmain.la $developDir/lib/libSDLmain.la
cp include/* $includeDir
prepareInstalledDevelLibs \
libSDL \
libSDLmain
@@ -74,9 +76,9 @@ INSTALL()
TEST()
{
cd SDL-1.2.15/test
./configure
make
cd test
runConfigure ./configure
make $jobArgs
echo testvidoinfo
testvidinfo
echo testgl