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
This commit is contained in:
Vadim Zeitlin
2010-03-22 22:56:26 +00:00
parent 1448054061
commit c24309dabd
2 changed files with 2 additions and 0 deletions

1
configure vendored
View File

@@ -46357,6 +46357,7 @@ if test "$wxUSE_UIACTIONSIMULATOR" = "yes" ; then
#define wxUSE_UIACTIONSIMULATOR 1
_ACEOF
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS uiaction"
fi

View File

@@ -6723,6 +6723,7 @@ fi
if test "$wxUSE_UIACTIONSIMULATOR" = "yes" ; then
AC_DEFINE(wxUSE_UIACTIONSIMULATOR)
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS uiaction"
fi
dnl ---------------------------------------------------------------------------