git://www.ginac.de
/
ginac.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1784219
)
-DIN_GINAC moved from CPPFLAGS to INCLUDES (as suggested in automake docs)
author
Christian Bauer
<Christian.Bauer@uni-mainz.de>
Sat, 30 Dec 2000 19:20:07 +0000
(19:20 +0000)
committer
Christian Bauer
<Christian.Bauer@uni-mainz.de>
Sat, 30 Dec 2000 19:20:07 +0000
(19:20 +0000)
ginsh/Makefile.am
patch
|
blob
|
history
diff --git
a/ginsh/Makefile.am
b/ginsh/Makefile.am
index 8654f25817606be49c5b7672411656428e4fe558..bf407e24d2f349ffde8093b56e6a69da74a574b3 100644
(file)
--- a/
ginsh/Makefile.am
+++ b/
ginsh/Makefile.am
@@
-4,8
+4,7
@@
bin_PROGRAMS = ginsh
ginsh_SOURCES = ginsh_parser.yy ginsh_lexer.ll ginsh.h
ginsh_LDADD = ../ginac/libginac.la $(GINSH_LIBS)
-CPPFLAGS = -DIN_GINAC
-INCLUDES = -I$(srcdir)/../ginac
+INCLUDES = -I$(srcdir)/../ginac -DIN_GINAC
YFLAGS = -d
man_MANS = ginsh.1