From 97636f1013cfd0ddc1cb7f59353b05aee0ad54ff Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Fri, 4 Jun 1999 23:18:11 +0000 Subject: [PATCH] Added missing file. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2671 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/text/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 samples/text/Makefile.am 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 -- 2.47.2