X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3b69115cba5d22da86092e1e9eb1c363e9e8fb6a..f131c6bc04723504b04665a190f7dcc1e2cfc130:/contrib/samples/Makefile.in?ds=sidebyside

diff --git a/contrib/samples/Makefile.in b/contrib/samples/Makefile.in
index 931586730b..87a10c91f6 100644
--- a/contrib/samples/Makefile.in
+++ b/contrib/samples/Makefile.in
@@ -1,6 +1,6 @@
 # $Id$
 
-CONTRIB_SAMPLES=fl gizmos mmedia net ogl plot stc svg xrc deprecated #applet
+CONTRIB_SAMPLES=fl gizmos mmedia ogl plot stc svg deprecated #applet net
 
 all:
 	@for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE)); done