From 034fdb58831d3711e3381103a3aa9d229d783a8b Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 23 Aug 2004 08:26:19 -0400 Subject: don't bring in libgmpxx anymore --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3