X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/33611ebbd99217ef90f1178eed37e30385c121de..cb9965c3cc86503f4b5cab286378f576fe515280:/samples/configure.in diff --git a/samples/configure.in b/samples/configure.in index 5d888d3a3d..dba162606c 100644 --- a/samples/configure.in +++ b/samples/configure.in @@ -6,13 +6,17 @@ AC_INIT(Makefile.in) SAMPLES_SUBDIRS=$wx_cv_path_samplesubdirs AC_SUBST(SAMPLES_SUBDIRS) +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 +AC_SUBST(IF_GNU_MAKE) AC_SUBST(PATH_IFS) AC_SUBST(PROGRAM_EXT) AC_SUBST(WX_TARGET_LIBRARY) +AC_SUBST(WX_TARGET_LIBRARY_GL) AC_OUTPUT([ Makefile @@ -60,6 +64,7 @@ AC_OUTPUT([ sashtest/Makefile scroll/Makefile scrollsub/Makefile + sockets/Makefile splitter/Makefile statbar/Makefile text/Makefile @@ -69,7 +74,7 @@ AC_OUTPUT([ treelay/Makefile typetest/Makefile validate/Makefile - sockets/Makefile + widgets/Makefile wizard/Makefile html/Makefile html/about/Makefile