From: Vadim Zeitlin Date: Mon, 22 Mar 2010 22:56:26 +0000 (+0000) Subject: Add uiaction sample to the list of samples to build if enabled. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c24309dabd5940f4cda9603b1bc850b19d5ba864?ds=inline Add uiaction sample to the list of samples to build if enabled. The uiaction sample was never built under Unix, do add it to SAMPLES_SUBDIRS to enable building it if wxUSE_UIACTIONSIMULATOR==1. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63742 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/configure b/configure index 048e3b291b..fb880bc182 100755 --- a/configure +++ b/configure @@ -46357,6 +46357,7 @@ if test "$wxUSE_UIACTIONSIMULATOR" = "yes" ; then #define wxUSE_UIACTIONSIMULATOR 1 _ACEOF + SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS uiaction" fi diff --git a/configure.in b/configure.in index 631465a688..e3b0d891b4 100644 --- a/configure.in +++ b/configure.in @@ -6723,6 +6723,7 @@ fi if test "$wxUSE_UIACTIONSIMULATOR" = "yes" ; then AC_DEFINE(wxUSE_UIACTIONSIMULATOR) + SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS uiaction" fi dnl ---------------------------------------------------------------------------