summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/wxgtk24/files/patch-contrib-src-Makefile.in
blob: bf27c32d73b18272672e5cde7728371e86cd30d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- contrib/src/Makefile.in.orig    Sun Sep 21 18:32:39 2003
+++ contrib/src/Makefile.in Tue Nov  4 22:30:37 2003
@@ -1,6 +1,6 @@
 # $Id: patch-contrib-src-Makefile.in,v 1.5 2009-09-28 11:50:49 kwm Exp $
 
-CONTRIB_SUBDIRS=canvas fl gizmos mmedia net ogl plot stc svg xrc animate #applet
+CONTRIB_SUBDIRS=canvas fl gizmos net ogl plot stc svg xrc #animate applet mmedia
 
 all:
    @for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE)); done