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