Removed an unnecessary variable setting in the Makefile.

This commit is contained in:
John Wiegley 2009-02-07 00:04:07 -04:00
parent e8d2409430
commit b4ae22b237

View file

@ -164,9 +164,6 @@ ledger_CPPFLAGS += -I$(srcdir)/python
endif
ledger_SOURCES = src/main.cc src/global.cc
ledger_LDADD = $(LIBOBJS) $(lib_LTLIBRARIES)
if HAVE_BOOST_PYTHON
ledger_LDADD += libledger_python.la
endif
ledger_LDFLAGS =
info_TEXINFOS = doc/ledger.texi