summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-11-22 02:42:32 -0500
committerJohn Wiegley <johnw@newartisans.com>2009-11-24 00:59:40 -0500
commit5ff2b88690a3aa36a6bdd804ef3e0cf4422e6f23 (patch)
tree8fb2a94ffe06bcefa66c543b4dc7c6b462d8cbb9 /tools
parent3b49eddfe4095c4a74d6437dc51eb8dd1a5da922 (diff)
downloadfork-ledger-5ff2b88690a3aa36a6bdd804ef3e0cf4422e6f23.tar.gz
fork-ledger-5ff2b88690a3aa36a6bdd804ef3e0cf4422e6f23.tar.bz2
fork-ledger-5ff2b88690a3aa36a6bdd804ef3e0cf4422e6f23.zip
Don't link libintl.a against the Python ledger.so
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 9821bf4c..09daafe6 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -232,7 +232,7 @@ ledger_la_CPPFLAGS = $(libledger_python_la_CPPFLAGS)
ledger_la_SOURCES = src/pyledger.cc
ledger_la_DEPENDENCIES = $(lib_LTLIBRARIES)
ledger_la_LDFLAGS = -avoid-version -module
-ledger_la_LIBADD = $(LIBOBJS) $(lib_LTLIBRARIES) $(INTLLIBS)
+ledger_la_LIBADD = $(LIBOBJS) $(lib_LTLIBRARIES)
pkgpython_PYTHON = python/__init__.py python/server.py