]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/gizmos/Makefile.in
Fix so the value given to wxTextEntryDialog::SetValue will actually be
[wxWidgets.git] / contrib / samples / gizmos / Makefile.in
index eddc8482412e335dda938b972544c58173e8f357..223d5330fe779bb11655c08b1005b722797b0fe8 100644 (file)
@@ -1,6 +1,6 @@
 # $Id$
 
-CONTRIB_SAMPLES=multicell splittree
+CONTRIB_SAMPLES=multicell splittree editlbox dynsash dynsash_switch
 
 all:
        @for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE)); done