From: Julian Smart Date: Sun, 23 Jun 2002 13:55:20 +0000 (+0000) Subject: Applied patch [ 566194 ] Adds taskbar sample to configure-targets X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b2261c5bb8eff491a42eddc817a4c1fd1d9db15f?ds=inline 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 --- diff --git a/configure.in b/configure.in index 98c449b59b..5e60f943ad 100644 --- a/configure.in +++ b/configure.in @@ -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 diff --git a/samples/configure.in b/samples/configure.in index c95587e95a..4468e5fbe2 100644 --- a/samples/configure.in +++ b/samples/configure.in @@ -78,6 +78,7 @@ AC_OUTPUT([ sockets/Makefile splitter/Makefile statbar/Makefile + taskbar/Makefile text/Makefile thread/Makefile toolbar/Makefile