]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/Makefile.in
Applied patch 606235 (Cell overflow refresh fixed).
[wxWidgets.git] / contrib / samples / Makefile.in
index be88e149d0e9d897981b337b3014f171d898acbb..9dc158100adb4faa3abeaa98f3205d2e5c40afa4 100644 (file)
@@ -1,6 +1,6 @@
 # $Id$
 
-CONTRIB_SAMPLES=canvas fl gizmos mmedia net ogl plot stc xrc #applet
+CONTRIB_SAMPLES=canvas fl gizmos mmedia net ogl plot stc svg xrc #applet
 
 all:
        @for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE)); done