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
- input parser recognizes "sqrt()", which is also used in the output
[ginac.git]
/
tools
/
Makefile.am
diff --git
a/tools/Makefile.am
b/tools/Makefile.am
index 6fbf00a8b36cbfd54e2d3c3b0ba4f2c2675d157e..a058b74f80ee8fdf98f33569219f822e72353806 100644
(file)
--- a/
tools/Makefile.am
+++ b/
tools/Makefile.am
@@
-3,6
+3,7
@@
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
-EXTRA_DIST = $(man_MANS)