From: Václav Slavík Date: Mon, 28 Jul 2003 08:23:09 +0000 (+0000) Subject: added animate X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/aa1f870c8442e166bb2061fcdfe776d74f0c2fb6 added animate git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22334 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/contrib/src/Makefile.in b/contrib/src/Makefile.in index e516e29cf8..32ee591502 100644 --- a/contrib/src/Makefile.in +++ b/contrib/src/Makefile.in @@ -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