diff options
author | John Wiegley <johnw@newartisans.com> | 2003-10-02 00:07:14 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2003-10-02 00:07:14 +0000 |
commit | 2a1055890241b1299d8b91d65038d0f4f5067fb5 (patch) | |
tree | 97616b59a3139a591458e4ac95580fa6937c39b4 /Makefile | |
parent | 3afa81857a688cb2eca56945dc5c40b9825b2e69 (diff) | |
download | fork-ledger-2a1055890241b1299d8b91d65038d0f4f5067fb5.tar.gz fork-ledger-2a1055890241b1299d8b91d65038d0f4f5067fb5.tar.bz2 fork-ledger-2a1055890241b1299d8b91d65038d0f4f5067fb5.zip |
*** empty log message ***
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -16,9 +16,8 @@ CODE = amount.cc \ OBJS = $(patsubst %.cc,%.o,$(CODE)) CFLAGS = -Wall -ansi -pedantic -#DFLAGS = -O3 -fomit-frame-pointer -DFLAGS = -g -O2 # -pg -INCS = -I/usr/include/xmltok +DFLAGS = -g -O2 # -O3 -fomit-frame-pointer -mcpu=pentium +INCS = LIBS = -lgmpxx -lgmp -lpcre ifdef HUQUQ @@ -28,6 +27,7 @@ endif ifdef GNUCASH CODE := $(CODE) gnucash.cc CFLAGS := $(CFLAGS) -DREAD_GNUCASH=1 +INCS := $(INCS) -I/usr/include/xmltok LIBS := $(LIBS) -lxmlparse endif |