X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ec90f5e53ab6fae2f51375a4d8029e3a574c86c7..14dd645ee16eb022afb19f35d0c8cfdf2d3cdee9:/samples/configure.in?ds=sidebyside diff --git a/samples/configure.in b/samples/configure.in index 633b12e9e0..6152ff2426 100644 --- a/samples/configure.in +++ b/samples/configure.in @@ -6,6 +6,16 @@ AC_INIT(Makefile.in) SAMPLES_SUBDIRS=$wx_cv_path_samplesubdirs 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 caret/Makefile @@ -16,10 +26,15 @@ AC_OUTPUT([ console/Makefile db/Makefile dialogs/Makefile + dialup/Makefile docview/Makefile docvwmdi/Makefile dnd/Makefile + dragimag/Makefile drawing/Makefile + dynamic/Makefile + erase/Makefile + event/Makefile exec/Makefile font/Makefile grid/Makefile @@ -27,12 +42,14 @@ AC_OUTPUT([ image/Makefile internat/Makefile ipc/Makefile + joytest/Makefile layout/Makefile listctrl/Makefile mdi/Makefile + menu/Makefile + memcheck/Makefile minifram/Makefile minimal/Makefile - dialup/Makefile newgrid/Makefile notebook/Makefile png/Makefile @@ -45,15 +62,17 @@ AC_OUTPUT([ sashtest/Makefile scroll/Makefile scrollsub/Makefile + sockets/Makefile splitter/Makefile statbar/Makefile text/Makefile thread/Makefile toolbar/Makefile treectrl/Makefile + treelay/Makefile typetest/Makefile validate/Makefile - sockets/Makefile + widgets/Makefile wizard/Makefile html/Makefile html/about/Makefile @@ -64,4 +83,8 @@ AC_OUTPUT([ html/zip/Makefile html/virtual/Makefile html/widget/Makefile + opengl/Makefile + opengl/cube/Makefile + opengl/penguin/Makefile + opengl/isosurf/Makefile ])