]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/configure.in
updated configure to match configure.in changes
[wxWidgets.git] / utils / configure.in
index f9483134b5a7b85da06719c6729a1ff89b933434..5e94e089dbe3c79a2db31fccb28c8c58a8549882 100644 (file)
@@ -4,13 +4,14 @@ AC_REVISION($Id$)dnl
 AC_INIT(Makefile.in)
 
 GL_TOOLKIT_DIR=$wx_cv_path_glcanvas
+USE_GUI=$wx_cv_use_gui
+USE_RESOURCES=$wx_cv_use_resources
 AC_SUBST(GL_TOOLKIT_DIR)
+AC_SUBST(USE_GUI)
+AC_SUBST(USE_RESOURCES)
 
 AC_OUTPUT([
             Makefile
-            wxMMedia2/Makefile
-            wxMMedia2/lib/Makefile
-            wxMMedia2/sample/Makefile
             makegen/Makefile
             HelpGen/Makefile
             HelpGen/src/Makefile
@@ -19,4 +20,8 @@ AC_OUTPUT([
             hhp2cached/Makefile
             dialoged/Makefile
             dialoged/src/Makefile
+            emulator/Makefile
+            emulator/src/Makefile
+            helpview/Makefile
+            helpview/src/Makefile
          ])