From c4073f2ce96a7e358008ace834f027bc61e320e5 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 3 Dec 2011 00:34:24 +0000 Subject: [PATCH] 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 --- configure | 1 + configure.in | 1 + 2 files changed, 2 insertions(+) diff --git a/configure b/configure index 43392066e9..bc6c346686 100755 --- 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 diff --git a/configure.in b/configure.in index b6ec96f798..4fd1e479c8 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.45.2