diff options
author | John Wiegley <johnw@newartisans.com> | 2004-08-23 08:26:19 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2004-08-23 08:26:19 -0400 |
commit | 034fdb58831d3711e3381103a3aa9d229d783a8b (patch) | |
tree | 1953b27e027f6ce0846197bf634b63d443305f49 /Makefile | |
parent | ea3bf5d7209d02b7d2c4ea86961492b8bb14bb48 (diff) | |
download | fork-ledger-034fdb58831d3711e3381103a3aa9d229d783a8b.tar.gz fork-ledger-034fdb58831d3711e3381103a3aa9d229d783a8b.tar.bz2 fork-ledger-034fdb58831d3711e3381103a3aa9d229d783a8b.zip |
don't bring in libgmpxx anymore
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ DFLAGS = -g -DDEBUG_LEVEL=4 -DDO_CLEANUP INCS = -I/sw/include \ -I/usr/include/gcc/darwin/3.3/c++ \ -I/usr/include/gcc/darwin/3.3/c++/ppc-darwin -LIBS = -L/sw/lib -lgmpxx -lgmp -lpcre +LIBS = -L/sw/lib -lgmp -lpcre ifdef GNUCASH CODE := $(CODE) gnucash.cc |