Applied patch [ 566194 ] Adds taskbar sample to configure-targets

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15927 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2002-06-23 13:55:20 +00:00
parent 06aa2a5508
commit b2261c5bb8
2 changed files with 5 additions and 0 deletions

View File

@ -4544,6 +4544,10 @@ fi
if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
AC_DEFINE(wxUSE_SYSTEM_OPTIONS)
if test "$TOOLKIT" = "MSW"; then
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS taskbar"
fi
fi
if test "$wxUSE_PROTOCOL" = "yes"; then

View File

@ -78,6 +78,7 @@ AC_OUTPUT([
sockets/Makefile
splitter/Makefile
statbar/Makefile
taskbar/Makefile
text/Makefile
thread/Makefile
toolbar/Makefile