From 632a37034a4d3a3cc2ad2bb786709c2497c5c97f Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 23 Aug 2004 08:57:36 -0400 Subject: [PATCH] added flags to Makefile.am --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 872e5bad..bf6e6836 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,11 @@ noinst_LIBRARIES = libledger.a +libledger_a_CXXFLAGS = -DDEBUG_LEVEL=4 -DDO_CLEANUP libledger_a_SOURCES = account.cc amount.cc autoxact.cc balance.cc binary.cc \ config.cc datetime.cc debug.cc format.cc ledger.cc option.cc \ parser.cc qif.cc quotes.cc textual.cc valexpr.cc value.cc walk.cc bin_PROGRAMS = ledger +ledger_CXXFLAGS = -DDEBUG_LEVEL=4 -DDO_CLEANUP ledger_SOURCES = main.cc ledger_LDADD = $(LIBOBJS) libledger.a