X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/46132182f033f8e24e89036b6111fa470bb4abb0..3da93aae505563c359f58b357e6c79cd117c5320:/samples/configure.in diff --git a/samples/configure.in b/samples/configure.in index 6d8561f9ff..feb575b071 100644 --- a/samples/configure.in +++ b/samples/configure.in @@ -3,6 +3,9 @@ AC_REVISION($Id$)dnl AC_INIT(Makefile.in) +SAMPLES_SUBDIRS=$wx_cv_path_samplesubdirs +AC_SUBST(SAMPLES_SUBDIRS) + AC_OUTPUT([ Makefile caret/Makefile @@ -13,6 +16,7 @@ AC_OUTPUT([ console/Makefile db/Makefile dialogs/Makefile + dialup/Makefile docview/Makefile docvwmdi/Makefile dnd/Makefile @@ -29,9 +33,9 @@ AC_OUTPUT([ mdi/Makefile minifram/Makefile minimal/Makefile - dialup/Makefile newgrid/Makefile notebook/Makefile + plot/Makefile png/Makefile printing/Makefile proplist/Makefile