]> git.saurik.com Git - wxWidgets.git/commitdiff
Applied patch [ 566194 ] Adds taskbar sample to configure-targets
authorJulian Smart <julian@anthemion.co.uk>
Sun, 23 Jun 2002 13:55:20 +0000 (13:55 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 23 Jun 2002 13:55:20 +0000 (13:55 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15927 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure.in
samples/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
index c95587e95aee21e6dcb37c29ad18f6d958d04afe..4468e5fbe20927a13a6572496a423ee25e971371 100644 (file)
@@ -78,6 +78,7 @@ AC_OUTPUT([
             sockets/Makefile
             splitter/Makefile
             statbar/Makefile
+           taskbar/Makefile
             text/Makefile
             thread/Makefile
             toolbar/Makefile