X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/56d2f75071fc2a29ec10abe97c5a908bb35f30f4..08a092f9f4de6c80a2d43d4072c379ac84e6cc2f:/contrib/src/Makefile.in?ds=sidebyside diff --git a/contrib/src/Makefile.in b/contrib/src/Makefile.in index 46646b5d86..10c09135b8 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 fl all: @for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE)); done