summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
...
* a bit more refactoringJohn Wiegley2004-09-231-3/+3
* changed ledger.h to journal.h; moved adding of autoxact hookJohn Wiegley2004-09-231-4/+4
* added all-clean target to Makefile.am; wipes out just about everything!John Wiegley2004-09-231-0/+9
* main.py (via ledger.so) and main.cc can now use the same shared libraryJohn Wiegley2004-09-141-44/+15
* make config_t visible to Python; almost possible to implement main.cc in main.pyJohn Wiegley2004-09-141-1/+1
* ledger.so can now call back to functions in the calling interpretor (see main...John Wiegley2004-09-141-1/+1
* python integrated both ways (see sample.dat), and initialized on-demandJohn Wiegley2004-09-141-28/+20
* the amount/balance/value logic is now a library, completely separate from ledgerJohn Wiegley2004-08-291-15/+27
* removed the "standalone" flag (unsafe with Boost)John Wiegley2004-08-281-8/+3
* ledger.so (the python module) now builds based on autoconf discoveryJohn Wiegley2004-08-281-3/+31
* Added rule to install header filesJohn Wiegley2004-08-271-0/+20
* added (disabled) code for Boost.PythonJohn Wiegley2004-08-271-3/+3
* use libtool, for making shared librariesJohn Wiegley2004-08-261-6/+7
* added check for --enable-standalone, as mentioned in the READMEJohn Wiegley2004-08-261-0/+8
* fixed two memory corruption bugsJohn Wiegley2004-08-251-1/+1
* cleanup; fully switched to autoconf -- use scripts/acprepJohn Wiegley2004-08-241-3/+11
* added flags to Makefile.amJohn Wiegley2004-08-231-0/+2
* move over to the autoconf system; Makefile.old is still thereJohn Wiegley2004-08-231-0/+10