don't bring in libgmpxx anymore
This commit is contained in:
parent
ea3bf5d720
commit
034fdb5883
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue