]> git.saurik.com Git - wxWidgets.git/blobdiff - configure.in
Applied patch [ 566194 ] Adds taskbar sample to configure-targets
[wxWidgets.git] / configure.in
index 98c449b59bb620811915b45ec565691b129e67e0..5e60f943aded48292e8e4171325348387fc758de 100644 (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