Removed an unnecessary variable setting in the Makefile.
This commit is contained in:
parent
e8d2409430
commit
b4ae22b237
1 changed files with 0 additions and 3 deletions
|
|
@ -164,9 +164,6 @@ ledger_CPPFLAGS += -I$(srcdir)/python
|
||||||
endif
|
endif
|
||||||
ledger_SOURCES = src/main.cc src/global.cc
|
ledger_SOURCES = src/main.cc src/global.cc
|
||||||
ledger_LDADD = $(LIBOBJS) $(lib_LTLIBRARIES)
|
ledger_LDADD = $(LIBOBJS) $(lib_LTLIBRARIES)
|
||||||
if HAVE_BOOST_PYTHON
|
|
||||||
ledger_LDADD += libledger_python.la
|
|
||||||
endif
|
|
||||||
ledger_LDFLAGS =
|
ledger_LDFLAGS =
|
||||||
|
|
||||||
info_TEXINFOS = doc/ledger.texi
|
info_TEXINFOS = doc/ledger.texi
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue