]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/gizmos/Makefile.in
fixed typo, used word 'assigned' instead of 'allotted'
[wxWidgets.git] / contrib / samples / gizmos / Makefile.in
index 223d5330fe779bb11655c08b1005b722797b0fe8..25e545a2a917d19c89a234c39df34944dfd7e612 100644 (file)
@@ -1,6 +1,6 @@
 # $Id$
 
-CONTRIB_SAMPLES=multicell splittree editlbox dynsash dynsash_switch
+CONTRIB_SAMPLES=editlbox dynsash dynsash_switch multicell splittree led
 
 all:
        @for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE)); done