]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/Makefile.in
don't use global variables if GTK provides mechanism to pass arguments to callback...
[wxWidgets.git] / contrib / samples / Makefile.in
index be88e149d0e9d897981b337b3014f171d898acbb..6398a025b08bfa65e13ebf9f09a13741b0b4c7dd 100644 (file)
@@ -1,6 +1,6 @@
 # $Id$
 
-CONTRIB_SAMPLES=canvas fl gizmos mmedia net ogl plot stc xrc #applet
+CONTRIB_SAMPLES=fl gizmos mmedia ogl plot stc svg xrc deprecated #applet net
 
 all:
        @for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE)); done