]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/Makefile.in
more compilation and linking fixes for !wxHAS_NATIVE_TAB_TRAVERSAL after recent changes
[wxWidgets.git] / contrib / samples / Makefile.in
index 9dc158100adb4faa3abeaa98f3205d2e5c40afa4..b7e7733d416cc3c01db448c2bc6ee8be05ba91b3 100644 (file)
@@ -1,6 +1,6 @@
 # $Id$
 
-CONTRIB_SAMPLES=canvas fl gizmos mmedia net ogl plot stc svg xrc #applet
+CONTRIB_SAMPLES=stc svg
 
 all:
        @for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE)); done