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
#define wxUSE_UIACTIONSIMULATOR 1
_ACEOF
+ SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS uiaction"
fi
if test "$wxUSE_UIACTIONSIMULATOR" = "yes" ; then
AC_DEFINE(wxUSE_UIACTIONSIMULATOR)
+ SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS uiaction"
fi
dnl ---------------------------------------------------------------------------