]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/Makefile.in
added dependency handling to Makefiles
[wxWidgets.git] / contrib / samples / Makefile.in
index af1e43ad6abfebcd0e04c75568274a461749190d..1133423958a98a6f1ca87ac503ec212f620d3358 100644 (file)
@@ -1,6 +1,6 @@
 # $Id$
 
-CONTRIB_SAMPLES=mmedia ogl stc gizmos canvas xml plot applet
+CONTRIB_SAMPLES=mmedia ogl stc gizmos canvas xrc plot applet
 
 all:
        @for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE)); done