]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/Makefile.in
Fixed resource leak for wxListItem
[wxWidgets.git] / contrib / samples / Makefile.in
index c054aa6453c78d2e5bb7538002972693077f1f88..2d1cd3a037a81be3f2ab6b545e7fbc8c3e4f186c 100644 (file)
@@ -1,6 +1,6 @@
 # $Id$
 
-CONTRIB_SAMPLES=mmedia ogl stc
+CONTRIB_SAMPLES=mmedia ogl stc gizmos canvas xrc plot applet fl
 
 all:
        @for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE)); done