Added missing animate/Makefile to configure.in since it was added to

the default build list previously.

Then removed animate from default contrib build again since it doesn't
compile under linux.  There is no point packaging something that obviously
has never been tested and two chances at breaking a 4 hour package build
is plenty for something no one has ever requested.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24307 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ron Lee
2003-10-25 12:14:18 +00:00
parent 330ab29f70
commit b61897b8d9
3 changed files with 3345 additions and 654 deletions

3898
contrib/configure vendored

File diff suppressed because it is too large Load Diff

View File

@@ -59,6 +59,7 @@ AC_OUTPUT([
src/applet/Makefile
src/fl/Makefile
src/net/Makefile
src/animate/Makefile
samples/Makefile
samples/mmedia/Makefile
samples/ogl/Makefile

View File

@@ -1,6 +1,6 @@
# $Id$
CONTRIB_SUBDIRS=canvas fl gizmos mmedia net ogl plot stc svg xrc animate #applet
CONTRIB_SUBDIRS=canvas fl gizmos mmedia net ogl plot stc svg xrc #animate applet
all:
@for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE)); done