X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1f33eb9ff0a6bc377e3d476e9111124cd0fe532f..0e300ddd7d91d46e3d9fcbbefe916b0fda6fcbbc:/samples/configure.in?ds=sidebyside diff --git a/samples/configure.in b/samples/configure.in index cdc5666e24..6152ff2426 100644 --- a/samples/configure.in +++ b/samples/configure.in @@ -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 @@ -31,6 +33,8 @@ AC_OUTPUT([ dragimag/Makefile drawing/Makefile dynamic/Makefile + erase/Makefile + event/Makefile exec/Makefile font/Makefile grid/Makefile @@ -48,7 +52,6 @@ AC_OUTPUT([ minimal/Makefile newgrid/Makefile notebook/Makefile - plot/Makefile png/Makefile printing/Makefile proplist/Makefile @@ -59,6 +62,7 @@ AC_OUTPUT([ sashtest/Makefile scroll/Makefile scrollsub/Makefile + sockets/Makefile splitter/Makefile statbar/Makefile text/Makefile @@ -68,7 +72,7 @@ AC_OUTPUT([ treelay/Makefile typetest/Makefile validate/Makefile - sockets/Makefile + widgets/Makefile wizard/Makefile html/Makefile html/about/Makefile