summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-08-23 08:26:19 -0400
committerJohn Wiegley <johnw@newartisans.com>2004-08-23 08:26:19 -0400
commit034fdb58831d3711e3381103a3aa9d229d783a8b (patch)
tree1953b27e027f6ce0846197bf634b63d443305f49 /Makefile
parentea3bf5d7209d02b7d2c4ea86961492b8bb14bb48 (diff)
downloadfork-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 162a9e5b..5df8b62b 100644
--- a/Makefile
+++ b/Makefile
@@ -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