From 70b3eda8d13fd6f8805791b52c1191619cf1fc03 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 25 Feb 2006 13:17:36 +0000 Subject: *** no comment *** --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 2fc919af..68eb29b0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -77,6 +77,9 @@ bin_PROGRAMS = ledger ledger_CXXFLAGS = ledger_SOURCES = main.cc ledger_LDADD = $(LIBOBJS) libledger.la +if USE_EDITOR +ledger_CXXFLAGS += -DUSE_EDITOR=1 +endif if HAVE_EXPAT ledger_CXXFLAGS += -DHAVE_EXPAT=1 ledger_LDADD += -lexpat -- cgit v1.2.3