]> git.saurik.com Git - wxWidgets.git/commitdiff
Generate makefiles for treelist sample when using configure.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 3 Dec 2011 00:34:24 +0000 (00:34 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 3 Dec 2011 00:34:24 +0000 (00:34 +0000)
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

configure
configure.in

index 43392066e95304aff9e73a0d749e7f7952d1fd4a..bc6c34668694d28e9a75823274e211989b6546c8 100755 (executable)
--- a/configure
+++ b/configure
@@ -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
index b6ec96f7985d68d16534b83eb0901236f44b8fe8..4fd1e479c830a9cd8f70239817a13d82d0360e8e 100644 (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