summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2003-10-29 07:47:41 +0000
committerJohn Wiegley <johnw@newartisans.com>2003-10-29 07:47:41 +0000
commit8c5b124e9961d3ee64105e1576e79f304c18b40e (patch)
treefb7055327dedd10466f2fcfc4d8d1fdebcb6f7d2 /Makefile
parent0d29133f8abee4cd24ca2eecce7f82be7534d5a9 (diff)
downloadfork-ledger-8c5b124e9961d3ee64105e1576e79f304c18b40e.tar.gz
fork-ledger-8c5b124e9961d3ee64105e1576e79f304c18b40e.tar.bz2
fork-ledger-8c5b124e9961d3ee64105e1576e79f304c18b40e.zip
changes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 44153cd9..a1478b4f 100644
--- a/Makefile
+++ b/Makefile
@@ -3,8 +3,8 @@ OBJS = $(patsubst %.cc,%.o,$(CODE))
CFLAGS = -Wall -ansi -pedantic
DFLAGS = -O3 -fomit-frame-pointer
#DFLAGS = -g -DDEBUG=1
-INCS =
-LIBS = -lgmpxx -lgmp -lpcre
+INCS = -I/sw/include
+LIBS = -L/sw/lib -lgmpxx -lgmp -lpcre
ifdef GNUCASH
CODE := $(CODE) gnucash.cc