]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/configure.in
wxMGL support
[wxWidgets.git] / samples / configure.in
index d40449739c512fea0d42b23e11e745904639966f..6152ff2426700da55938755d8c32d76a7892844d 100644 (file)
@@ -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
@@ -37,15 +42,16 @@ 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
             notebook/Makefile
-            plot/Makefile
             png/Makefile
             printing/Makefile
             proplist/Makefile
@@ -56,6 +62,7 @@ AC_OUTPUT([
             sashtest/Makefile
             scroll/Makefile
             scrollsub/Makefile
+            sockets/Makefile
             splitter/Makefile
             statbar/Makefile
             text/Makefile
@@ -65,7 +72,7 @@ AC_OUTPUT([
             treelay/Makefile
             typetest/Makefile
             validate/Makefile
-            sockets/Makefile
+            widgets/Makefile
             wizard/Makefile
             html/Makefile
             html/about/Makefile