X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/85f7de5c78264d9c9f23a0ffd78d50db53e9df4d..a570d5b302bf1280452f35fa23ffd1c71b960b23:/samples/configure.in diff --git a/samples/configure.in b/samples/configure.in index c257f52edc..b20d8f454a 100644 --- a/samples/configure.in +++ b/samples/configure.in @@ -6,16 +6,21 @@ 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 + artprov/Makefile caret/Makefile calendar/Makefile checklst/Makefile @@ -31,6 +36,8 @@ AC_OUTPUT([ dragimag/Makefile drawing/Makefile dynamic/Makefile + erase/Makefile + event/Makefile exec/Makefile font/Makefile grid/Makefile @@ -58,6 +65,7 @@ AC_OUTPUT([ sashtest/Makefile scroll/Makefile scrollsub/Makefile + sockets/Makefile splitter/Makefile statbar/Makefile text/Makefile @@ -67,7 +75,7 @@ AC_OUTPUT([ treelay/Makefile typetest/Makefile validate/Makefile - sockets/Makefile + widgets/Makefile wizard/Makefile html/Makefile html/about/Makefile