X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/33611ebbd99217ef90f1178eed37e30385c121de..170a35e36438a7afa91409367b6dd32dc46a9fde:/samples/configure diff --git a/samples/configure b/samples/configure index 0d029ca065..602f6a1054 100755 --- a/samples/configure +++ b/samples/configure @@ -526,9 +526,13 @@ fi SAMPLES_SUBDIRS=$wx_cv_path_samplesubdirs +IF_GNU_MAKE=$wx_cv_if_gnu_make PATH_IFS=$wx_cv_path_ifs PROGRAM_EXT=$wx_cv_program_ext WX_TARGET_LIBRARY=$wx_cv_target_library +WX_TARGET_LIBRARY_GL=$wx_cv_target_library_gl + + @@ -692,6 +696,7 @@ trap 'rm -fr `echo " sashtest/Makefile scroll/Makefile scrollsub/Makefile + sockets/Makefile splitter/Makefile statbar/Makefile text/Makefile @@ -701,7 +706,7 @@ trap 'rm -fr `echo " treelay/Makefile typetest/Makefile validate/Makefile - sockets/Makefile + widgets/Makefile wizard/Makefile html/Makefile html/about/Makefile @@ -749,9 +754,11 @@ s%@oldincludedir@%$oldincludedir%g s%@infodir@%$infodir%g s%@mandir@%$mandir%g s%@SAMPLES_SUBDIRS@%$SAMPLES_SUBDIRS%g +s%@IF_GNU_MAKE@%$IF_GNU_MAKE%g s%@PATH_IFS@%$PATH_IFS%g s%@PROGRAM_EXT@%$PROGRAM_EXT%g s%@WX_TARGET_LIBRARY@%$WX_TARGET_LIBRARY%g +s%@WX_TARGET_LIBRARY_GL@%$WX_TARGET_LIBRARY_GL%g CEOF EOF @@ -838,6 +845,7 @@ CONFIG_FILES=\${CONFIG_FILES-"Makefile sashtest/Makefile scroll/Makefile scrollsub/Makefile + sockets/Makefile splitter/Makefile statbar/Makefile text/Makefile @@ -847,7 +855,7 @@ CONFIG_FILES=\${CONFIG_FILES-"Makefile treelay/Makefile typetest/Makefile validate/Makefile - sockets/Makefile + widgets/Makefile wizard/Makefile html/Makefile html/about/Makefile