]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/configure.in
1. fixed memory leak in GAddress
[wxWidgets.git] / samples / configure.in
index 5e3d529a705575dd3cb230a48e63090ed04ec26e..d40449739c512fea0d42b23e11e745904639966f 100644 (file)
@@ -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
@@ -32,6 +40,7 @@ AC_OUTPUT([
             layout/Makefile
             listctrl/Makefile
             mdi/Makefile
+            menu/Makefile
             minifram/Makefile
             minimal/Makefile
             newgrid/Makefile
@@ -53,6 +62,7 @@ AC_OUTPUT([
             thread/Makefile
             toolbar/Makefile
             treectrl/Makefile
+            treelay/Makefile
             typetest/Makefile
             validate/Makefile
             sockets/Makefile
@@ -66,4 +76,8 @@ AC_OUTPUT([
             html/zip/Makefile
             html/virtual/Makefile
             html/widget/Makefile
+            opengl/Makefile
+            opengl/cube/Makefile
+            opengl/penguin/Makefile
+            opengl/isosurf/Makefile
         ])