From: Robert Roebling Date: Fri, 4 Jun 1999 23:18:11 +0000 (+0000) Subject: Added missing file. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/97636f1013cfd0ddc1cb7f59353b05aee0ad54ff Added missing file. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2671 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/text/Makefile.am b/samples/text/Makefile.am new file mode 100644 index 0000000000..5a1a4da929 --- /dev/null +++ b/samples/text/Makefile.am @@ -0,0 +1,7 @@ +SUFFIXES = .cpp + +DEFS = @DEFS@ $(TOOLKIT_DEF) $(WXDEBUG_DEFINE) + +noinst_PROGRAMS = text + +text_SOURCES = controls.cpp