diff options
author | John Wiegley <johnw@newartisans.com> | 2009-11-25 00:05:22 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-11-25 00:05:22 -0500 |
commit | 98ea23cd59cf959f3561632cc38043ab2d89f164 (patch) | |
tree | 18157b0191c83dcec9042c5ebfb4a70e48893169 /tools | |
parent | f01fa1a5131c287a4efe2708ffe3c9bc57b79468 (diff) | |
parent | f81b563339598a6075fa5c9ec6cb61bbffc9ba38 (diff) | |
download | fork-ledger-98ea23cd59cf959f3561632cc38043ab2d89f164.tar.gz fork-ledger-98ea23cd59cf959f3561632cc38043ab2d89f164.tar.bz2 fork-ledger-98ea23cd59cf959f3561632cc38043ab2d89f164.zip |
Merge branch 'next'
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 2 |
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 |