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:
3996
contrib/configure
vendored
3996
contrib/configure
vendored
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user