]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/Makefile.in
marked dbkeyg.h as a wxBase file (fixes 685857)
[wxWidgets.git] / contrib / samples / Makefile.in
index 743f2eabb920321f7c8dfd2888c437a8f9a8c934..9dc158100adb4faa3abeaa98f3205d2e5c40afa4 100644 (file)
@@ -1,6 +1,6 @@
 # $Id$
 
-CONTRIB_SAMPLES=mmedia ogl stc gizmos
+CONTRIB_SAMPLES=canvas fl gizmos mmedia net ogl plot stc svg xrc #applet
 
 all:
        @for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE)); done