]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/Makefile.in
Added "set new icon" menu item to taskbar sample; updated some makefiles
[wxWidgets.git] / contrib / samples / Makefile.in
index f867c03d66ed3afc461cdc02dd4ad214abf19583..af1e43ad6abfebcd0e04c75568274a461749190d 100644 (file)
@@ -1,6 +1,6 @@
 # $Id$
 
-CONTRIB_SAMPLES=mmedia ogl stc gizmos canvas
+CONTRIB_SAMPLES=mmedia ogl stc gizmos canvas xml plot applet
 
 all:
        @for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE)); done