diff options
author | John Wiegley <johnw@newartisans.com> | 2008-08-11 23:22:58 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-08-11 23:22:58 -0400 |
commit | 622a0396e10f0916832a9803dddedb4609d3b498 (patch) | |
tree | 3bc7eb51f91688b59c1d68ec936660ecc2b2b8b4 | |
parent | 60b178789f7146621e1f88b195eb8b455a761bee (diff) | |
download | fork-ledger-622a0396e10f0916832a9803dddedb4609d3b498.tar.gz fork-ledger-622a0396e10f0916832a9803dddedb4609d3b498.tar.bz2 fork-ledger-622a0396e10f0916832a9803dddedb4609d3b498.zip |
Moved some dependencies around for 'make distcheck'.
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am index b7dee8ea..995e11c1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -86,8 +86,6 @@ pkginclude_HEADERS = \ src/mask.h \ src/binary.h \ \ - lib/fdstream.h \ - \ src/amount.h \ src/commodity.h \ src/balance.h \ @@ -155,7 +153,7 @@ endif bin_PROGRAMS = ledger ledger_CPPFLAGS = $(libledger_la_CPPFLAGS) -ledger_SOURCES = src/main.cc +ledger_SOURCES = src/main.cc lib/fdstream.h ledger_LDADD = $(LIBOBJS) libamounts.la libledger.la ledger_LDFLAGS = -static @@ -190,9 +188,7 @@ libpyledger_la_SOURCES = \ python/pyfstream.h \ python/pyinterp.cc \ python/pyutils.h \ - python/setup.py \ - \ - lib/tuples.h + python/setup.py libpyledger_la_CPPFLAGS = $(libledger_la_CPPFLAGS) -I$(srcdir)/python |