]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/Makefile.in
Added wxWakeUpMainThread, wxMutexGuiEnter, wxMutexGuiLeave,
[wxWidgets.git] / contrib / samples / Makefile.in
index 743f2eabb920321f7c8dfd2888c437a8f9a8c934..93436487e413a15f5f1a92fe3e3ee22a33720687 100644 (file)
@@ -1,6 +1,6 @@
 # $Id$
 
-CONTRIB_SAMPLES=mmedia ogl stc gizmos
+CONTRIB_SAMPLES=mmedia ogl stc gizmos canvas xml plot
 
 all:
        @for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE)); done