From 75829d0c1b432f0e8367e6ce434efab211d9d40e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sat, 9 Jun 2001 19:11:16 +0000 Subject: [PATCH] oops, forgot to add editlbox git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10482 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/samples/gizmos/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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