diff options
author | John Wiegley <johnw@newartisans.com> | 2004-04-08 23:22:13 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2004-04-08 23:22:13 +0000 |
commit | c0390330ef1a7cee1bbbfbb0aa966de23385805b (patch) | |
tree | 79eb352b352fb8b3969d3e73456864ff8546508d /Makefile | |
parent | 83b7a0ea9ca681893544c11160fc85e201da2937 (diff) | |
download | fork-ledger-c0390330ef1a7cee1bbbfbb0aa966de23385805b.tar.gz fork-ledger-c0390330ef1a7cee1bbbfbb0aa966de23385805b.tar.bz2 fork-ledger-c0390330ef1a7cee1bbbfbb0aa966de23385805b.zip |
*** empty log message ***
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,8 +3,8 @@ OBJS = $(patsubst %.cc,%.o,$(CODE)) CFLAGS = #-Wall -ansi -pedantic DFLAGS = -O3 -fomit-frame-pointer #DFLAGS = -g -DDEBUG=1 -INCS = -I/sw/include -LIBS = -L/sw/lib -lgmpxx -lgmp -lpcre +INCS = -I/usr/local/include +LIBS = -L/usr/local/lib -lgmpxx -lgmp -lpcre ifdef GNUCASH CODE := $(CODE) gnucash.cc |