From: Václav Slavík <vslavik@fastmail.fm> Date: Sat, 9 Jun 2001 19:11:16 +0000 (+0000) Subject: oops, forgot to add editlbox X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/75829d0c1b432f0e8367e6ce434efab211d9d40e oops, forgot to add editlbox git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10482 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/contrib/samples/gizmos/Makefile.in b/contrib/samples/gizmos/Makefile.in index eddc848241..b8ea713e3b 100644 --- a/contrib/samples/gizmos/Makefile.in +++ b/contrib/samples/gizmos/Makefile.in @@ -1,6 +1,6 @@ # $Id$ -CONTRIB_SAMPLES=multicell splittree +CONTRIB_SAMPLES=multicell splittree editlbox all: @for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE)); done