X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ceded8b9250b37fa64d8e857eb00dc59e0d7620d..922ba68045d84789ab1dfceb4d1aa1b6e2c5e810:/samples/configure.in?ds=sidebyside diff --git a/samples/configure.in b/samples/configure.in index ee2ae94fdb..6152ff2426 100644 --- a/samples/configure.in +++ b/samples/configure.in @@ -9,10 +9,12 @@ AC_SUBST(SAMPLES_SUBDIRS) 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(PATH_IFS) AC_SUBST(PROGRAM_EXT) AC_SUBST(WX_TARGET_LIBRARY) +AC_SUBST(WX_TARGET_LIBRARY_GL) AC_OUTPUT([ Makefile @@ -30,6 +32,9 @@ AC_OUTPUT([ dnd/Makefile dragimag/Makefile drawing/Makefile + dynamic/Makefile + erase/Makefile + event/Makefile exec/Makefile font/Makefile grid/Makefile @@ -42,11 +47,11 @@ AC_OUTPUT([ listctrl/Makefile mdi/Makefile menu/Makefile + memcheck/Makefile minifram/Makefile minimal/Makefile newgrid/Makefile notebook/Makefile - plot/Makefile png/Makefile printing/Makefile proplist/Makefile @@ -57,6 +62,7 @@ AC_OUTPUT([ sashtest/Makefile scroll/Makefile scrollsub/Makefile + sockets/Makefile splitter/Makefile statbar/Makefile text/Makefile @@ -66,7 +72,7 @@ AC_OUTPUT([ treelay/Makefile typetest/Makefile validate/Makefile - sockets/Makefile + widgets/Makefile wizard/Makefile html/Makefile html/about/Makefile