]> git.saurik.com Git - wxWidgets.git/commitdiff
Don't build animate by default
authorRobin Dunn <robin@alldunn.com>
Sat, 14 Oct 2006 18:04:47 +0000 (18:04 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 14 Oct 2006 18:04:47 +0000 (18:04 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42019 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/src/Makefile.in

index 6e449ac78756915cce2d832ce23d265e881c8db2..2691511b3783e2e64cc81e4a1bf56870359e4351 100644 (file)
@@ -1,6 +1,6 @@
 # $Id$
 
-CONTRIB_SUBDIRS=fl gizmos mmedia ogl plot stc svg deprecated animate #applet
+CONTRIB_SUBDIRS=fl gizmos mmedia ogl plot stc svg deprecated #animate #applet
 
 all:
        @for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE)); done