Generate makefiles for treelist sample when using configure.

treelist sample was never added to SAMPLES_SUBDIRS.

Closes #13718.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69922 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2011-12-03 00:34:24 +00:00
parent 17d72a48ff
commit c4073f2ce9
2 changed files with 2 additions and 0 deletions

1
configure vendored
View File

@ -50444,6 +50444,7 @@ if test "$wxUSE_TREELISTCTRL" = "yes"; then
_ACEOF
USES_CONTROLS=1
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treelist"
fi
if test "$wxUSE_POPUPWIN" = "yes"; then

View File

@ -7191,6 +7191,7 @@ fi
if test "$wxUSE_TREELISTCTRL" = "yes"; then
AC_DEFINE(wxUSE_TREELISTCTRL)
USES_CONTROLS=1
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treelist"
fi
if test "$wxUSE_POPUPWIN" = "yes"; then