]> git.saurik.com Git - wxWidgets.git/commitdiff
added animate
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 28 Jul 2003 08:23:09 +0000 (08:23 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 28 Jul 2003 08:23:09 +0000 (08:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22334 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/src/Makefile.in

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