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