]> git.saurik.com Git - wxWidgets.git/commitdiff
Add uiaction sample to the list of samples to build if enabled.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Mar 2010 22:56:26 +0000 (22:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Mar 2010 22:56:26 +0000 (22:56 +0000)
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

configure
configure.in

index 048e3b291bc5569fe9282051079226e69bdd9b6c..fb880bc1821838d7af384c067faeeaffe3f5a950 100755 (executable)
--- 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
 
 
index 631465a68803f4c030a351d8e0c3b5fa26afd491..e3b0d891b4e2fa81d1ce0f2c4dd1a15d2a24bb6e 100644 (file)
@@ -6723,6 +6723,7 @@ fi
 
 if test "$wxUSE_UIACTIONSIMULATOR" = "yes" ; then
     AC_DEFINE(wxUSE_UIACTIONSIMULATOR)
+    SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS uiaction"
 fi
 
 dnl ---------------------------------------------------------------------------