X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3a922bb4bd8dbcb04e31e324648c2912e167e0cd..80cac95edb744966f52e63ecaed4e8fd370ace72:/contrib/src/Makefile.in?ds=sidebyside diff --git a/contrib/src/Makefile.in b/contrib/src/Makefile.in index 45e37c974d..6e449ac787 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 deprecated animate #applet all: @for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE)); done