X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/56d2f75071fc2a29ec10abe97c5a908bb35f30f4..f925f24de8a4e6aa116efed61ab77ec08b686c67:/contrib/src/Makefile.in diff --git a/contrib/src/Makefile.in b/contrib/src/Makefile.in index 46646b5d86..d031944895 100644 --- a/contrib/src/Makefile.in +++ b/contrib/src/Makefile.in @@ -1,6 +1,6 @@ # $Id$ -CONTRIB_SUBDIRS=ogl mmedia stc xml +CONTRIB_SUBDIRS=ogl mmedia stc xrc applet plot canvas animate all: @for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE)); done