summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am2
-rwxr-xr-xtools/push2
2 files changed, 2 insertions, 2 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
diff --git a/tools/push b/tools/push
index bee26934..778f770b 100755
--- a/tools/push
+++ b/tools/push
@@ -10,6 +10,6 @@ git checkout next
git rebase master
git push
git checkout master
-./acprep opt upload
+./acprep -j16 opt upload
mv *.dmg* build
git checkout next