git://www.ginac.de
/
ginac.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
GCD avoids to produce expanded expressions (Alexei's patch).
[ginac.git]
/
ginac.pc.in
diff --git
a/ginac.pc.in
b/ginac.pc.in
index c8cba564b04b96c06e3dd6798c2735186f09aeb6..47aeacc6471aecbaa9cc087a4ab3647ec9700dc0 100644
(file)
--- a/
ginac.pc.in
+++ b/
ginac.pc.in
@@
-11,4
+11,4
@@
Version: @VERSION@
# GINACLIB_LIBS and GINACLIB_CPPFLAGS
#Requires: cln >= 1.1.0
Libs: -L${libdir} -lginac @GINACLIB_LIBS@
-Cflags: -I${includedir}
/ginac
@GINACLIB_CPPFLAGS@
+Cflags: -I${includedir} @GINACLIB_CPPFLAGS@