projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Cleaned up some comments, reorganized some code
[wxWidgets.git]
/
contrib
/
src
/
Makefile.in
diff --git
a/contrib/src/Makefile.in
b/contrib/src/Makefile.in
index 15b4ebb5b0de6243696ea30f2b3632610694c4dc..7e32365d44bb4a9f78d823fcfdcb9fda71614aaf 100644
(file)
--- a/
contrib/src/Makefile.in
+++ b/
contrib/src/Makefile.in
@@
-1,6
+1,6
@@
# $Id$
-CONTRIB_SUBDIRS=
ogl mmedia stc xrc
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