From: Karsten Ballüder Date: Wed, 9 Jun 1999 16:47:02 +0000 (+0000) Subject: Fixed. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a8561a273beb38b7af06b19b7d199211f4184dd3 Fixed. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2732 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/richedit/Makefile.am b/samples/richedit/Makefile.am index e053388f49..46e100d2a9 100644 --- a/samples/richedit/Makefile.am +++ b/samples/richedit/Makefile.am @@ -4,4 +4,4 @@ DEFS = @DEFS@ $(TOOLKIT_DEF) $(WXDEBUG_DEFINE) noinst_PROGRAMS = wxLayout -minimal_SOURCES = wxLayout.cpp kbList.cpp wxllist.cpp wxlparser.cpp wxlwindow.cpp +wxLayout_SOURCES = wxLayout.cpp kbList.cpp wxllist.cpp wxlparser.cpp wxlwindow.cpp