diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 2 | ||||
-rwxr-xr-x | tools/push | 2 |
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 @@ -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 |