diff options
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 |