]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/configure.in
Don't fail to register remaining window classes if
[wxWidgets.git] / samples / configure.in
index 191f945f1e337eb2b63e3f43d4169d0ef205be9f..4468e5fbe20927a13a6572496a423ee25e971371 100644 (file)
@@ -3,19 +3,30 @@ AC_REVISION($Id$)dnl
 
 AC_INIT(Makefile.in)
 
+dnl we need the values the main configure determined for us, so refuse
+dnl to run if we don't have them
+if test "x$wx_cv_path_samplesubdirs" = "x"; then
+    AC_MSG_ERROR([Please run configure from the top level directory.])
+fi
+
 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 +42,7 @@ AC_OUTPUT([
             dragimag/Makefile
             drawing/Makefile
             dynamic/Makefile
+            erase/Makefile
             event/Makefile
             exec/Makefile
             font/Makefile
@@ -40,6 +52,7 @@ AC_OUTPUT([
             internat/Makefile
             ipc/Makefile
             joytest/Makefile
+            keyboard/Makefile
             layout/Makefile
             listctrl/Makefile
             mdi/Makefile
@@ -47,6 +60,9 @@ AC_OUTPUT([
             memcheck/Makefile
             minifram/Makefile
             minimal/Makefile
+            mobile/Makefile
+            mobile/wxedit/Makefile
+            mobile/styles/Makefile
             newgrid/Makefile
             notebook/Makefile
             png/Makefile
@@ -59,8 +75,10 @@ AC_OUTPUT([
             sashtest/Makefile
             scroll/Makefile
             scrollsub/Makefile
+            sockets/Makefile
             splitter/Makefile
             statbar/Makefile
+           taskbar/Makefile
             text/Makefile
             thread/Makefile
             toolbar/Makefile
@@ -68,7 +86,7 @@ AC_OUTPUT([
             treelay/Makefile
             typetest/Makefile
             validate/Makefile
-            sockets/Makefile
+            widgets/Makefile
             wizard/Makefile
             html/Makefile
             html/about/Makefile