X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3a922bb4bd8dbcb04e31e324648c2912e167e0cd..b08a2401a3850a210682c477474f55f5907fe300:/contrib/src/Makefile.in?ds=sidebyside diff --git a/contrib/src/Makefile.in b/contrib/src/Makefile.in index 45e37c974d..7e32365d44 100644 --- a/contrib/src/Makefile.in +++ b/contrib/src/Makefile.in @@ -1,6 +1,6 @@ # $Id$ -CONTRIB_SUBDIRS=ogl mmedia stc xrc plot canvas animate fl #applet +CONTRIB_SUBDIRS=fl gizmos mmedia ogl plot stc svg xrc deprecated animate #applet all: @for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE)); done