]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/gizmos/Makefile.in
added helpview bakefile
[wxWidgets.git] / contrib / samples / gizmos / Makefile.in
index eddc8482412e335dda938b972544c58173e8f357..25e545a2a917d19c89a234c39df34944dfd7e612 100644 (file)
@@ -1,6 +1,6 @@
 # $Id$
 
-CONTRIB_SAMPLES=multicell splittree
+CONTRIB_SAMPLES=editlbox dynsash dynsash_switch multicell splittree led
 
 all:
        @for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE)); done