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
- string -> const char * (compiles about 100 times faster)
[ginac.git]
/
tools
/
Makefile.am
diff --git
a/tools/Makefile.am
b/tools/Makefile.am
index c1c68820ea4550cf67e01e24c2000b2a1749f123..a058b74f80ee8fdf98f33569219f822e72353806 100644
(file)
--- a/
tools/Makefile.am
+++ b/
tools/Makefile.am
@@
-4,6
+4,6
@@
bin_PROGRAMS = viewgar
viewgar_SOURCES = viewgar.cpp
viewgar_LDADD = ../ginac/libginac.la
-INCLUDES = -I$(srcdir)/../ginac
+INCLUDES = -I$(srcdir)/../ginac
-I../ginac
man_MANS = viewgar.1