]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/configure.in
implemented DoGetSize() for wxSlider (patch from Dimitri)
[wxWidgets.git] / samples / configure.in
index cdc5666e245040c8beb1be9fc4ec397af2f426d2..a5af0b0fdf5db681746da0035e68f49cb1fe7b1e 100644 (file)
@@ -6,16 +6,21 @@ AC_INIT(Makefile.in)
 SAMPLES_SUBDIRS=$wx_cv_path_samplesubdirs
 AC_SUBST(SAMPLES_SUBDIRS)
 
+IF_GNU_MAKE=$wx_cv_if_gnu_make
 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(IF_GNU_MAKE)
 AC_SUBST(PATH_IFS)
 AC_SUBST(PROGRAM_EXT)
 AC_SUBST(WX_TARGET_LIBRARY)
+AC_SUBST(WX_TARGET_LIBRARY_GL)
 
 AC_OUTPUT([
             Makefile
+            artprov/Makefile
             caret/Makefile
             calendar/Makefile
             checklst/Makefile
@@ -31,6 +36,8 @@ AC_OUTPUT([
             dragimag/Makefile
             drawing/Makefile
             dynamic/Makefile
+            erase/Makefile
+            event/Makefile
             exec/Makefile
             font/Makefile
             grid/Makefile
@@ -39,6 +46,7 @@ AC_OUTPUT([
             internat/Makefile
             ipc/Makefile
             joytest/Makefile
+            keyboard/Makefile
             layout/Makefile
             listctrl/Makefile
             mdi/Makefile
@@ -46,9 +54,10 @@ AC_OUTPUT([
             memcheck/Makefile
             minifram/Makefile
             minimal/Makefile
+            mobile/Makefile
+            mobile/wxedit/Makefile
             newgrid/Makefile
             notebook/Makefile
-            plot/Makefile
             png/Makefile
             printing/Makefile
             proplist/Makefile
@@ -59,6 +68,7 @@ AC_OUTPUT([
             sashtest/Makefile
             scroll/Makefile
             scrollsub/Makefile
+            sockets/Makefile
             splitter/Makefile
             statbar/Makefile
             text/Makefile
@@ -68,7 +78,7 @@ AC_OUTPUT([
             treelay/Makefile
             typetest/Makefile
             validate/Makefile
-            sockets/Makefile
+            widgets/Makefile
             wizard/Makefile
             html/Makefile
             html/about/Makefile