]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/Makefile.in
added event.Skip() to OnIdle() handler
[wxWidgets.git] / contrib / samples / Makefile.in
index c054aa6453c78d2e5bb7538002972693077f1f88..fd6917aabdb415955aa33c1f2d427f1975a46772 100644 (file)
@@ -1,6 +1,6 @@
 # $Id$
 
-CONTRIB_SAMPLES=mmedia ogl stc
+CONTRIB_SAMPLES=mmedia ogl stc gizmos canvas xml
 
 all:
        @for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE)); done