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:
parent
17d72a48ff
commit
c4073f2ce9
1
configure
vendored
1
configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user