From d1c7850d7ef46373adb98900223bbee4521a0bc4 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Fri, 13 Aug 1999 17:34:53 +0000 Subject: [PATCH] Updated makefiles for printing sample git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/printing/Makefile.am | 9 --------- samples/printing/{makefile.unx => Makefile.in} | 3 +++ 2 files changed, 3 insertions(+), 9 deletions(-) delete mode 100644 samples/printing/Makefile.am rename samples/printing/{makefile.unx => Makefile.in} (83%) diff --git a/samples/printing/Makefile.am b/samples/printing/Makefile.am deleted file mode 100644 index 73aa8ade60..0000000000 --- a/samples/printing/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -AUTOMAKE_OPTIONS = 1.3 no-dependencies - -SUFFIXES = .cpp - -DEFS = @DEFS@ $(TOOLKIT_DEF) $(WXDEBUG_DEFINE) - -noinst_PROGRAMS = printing - -printing_SOURCES = printing.cpp diff --git a/samples/printing/makefile.unx b/samples/printing/Makefile.in similarity index 83% rename from samples/printing/makefile.unx rename to samples/printing/Makefile.in index 319cf1c827..b5c0d51ace 100644 --- a/samples/printing/makefile.unx +++ b/samples/printing/Makefile.in @@ -9,6 +9,9 @@ # # Makefile for printing example (UNIX). +top_srcdir = @top_srcdir@ +top_builddir = ../.. + PROGRAM=printing OBJECTS=$(PROGRAM).o -- 2.45.2