X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/279ababf7baa0655a58074b868da222db7cc5a4b..80d2803f703d1b238f42725504f08266ef02defe:/samples/configure.in diff --git a/samples/configure.in b/samples/configure.in index feb575b071..cdc5666e24 100644 --- a/samples/configure.in +++ b/samples/configure.in @@ -6,6 +6,14 @@ 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 + +AC_SUBST(PATH_IFS) +AC_SUBST(PROGRAM_EXT) +AC_SUBST(WX_TARGET_LIBRARY) + AC_OUTPUT([ Makefile caret/Makefile @@ -20,7 +28,9 @@ AC_OUTPUT([ docview/Makefile docvwmdi/Makefile dnd/Makefile + dragimag/Makefile drawing/Makefile + dynamic/Makefile exec/Makefile font/Makefile grid/Makefile @@ -28,9 +38,12 @@ AC_OUTPUT([ image/Makefile internat/Makefile ipc/Makefile + joytest/Makefile layout/Makefile listctrl/Makefile mdi/Makefile + menu/Makefile + memcheck/Makefile minifram/Makefile minimal/Makefile newgrid/Makefile @@ -52,6 +65,7 @@ AC_OUTPUT([ thread/Makefile toolbar/Makefile treectrl/Makefile + treelay/Makefile typetest/Makefile validate/Makefile sockets/Makefile @@ -65,4 +79,8 @@ AC_OUTPUT([ html/zip/Makefile html/virtual/Makefile html/widget/Makefile + opengl/Makefile + opengl/cube/Makefile + opengl/penguin/Makefile + opengl/isosurf/Makefile ])