]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/Makefile.in
reset preview bitmap variable to NULL after deleting it
[wxWidgets.git] / contrib / samples / Makefile.in
index fd6917aabdb415955aa33c1f2d427f1975a46772..1133423958a98a6f1ca87ac503ec212f620d3358 100644 (file)
@@ -1,6 +1,6 @@
 # $Id$
 
-CONTRIB_SAMPLES=mmedia ogl stc gizmos canvas xml
+CONTRIB_SAMPLES=mmedia ogl stc gizmos canvas xrc plot applet
 
 all:
        @for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE)); done