projects
/
lttng-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
ff94328
)
Fix: out of tree build
author
David Goulet
<dgoulet@efficios.com>
Tue, 27 May 2014 14:55:42 +0000
(10:55 -0400)
committer
David Goulet
<dgoulet@efficios.com>
Tue, 27 May 2014 14:55:42 +0000
(10:55 -0400)
Reported-by: Daniel Olivier <daniel.olivier@ericsson.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
include/Makefile.am
patch
|
blob
|
blame
|
history
diff --git
a/include/Makefile.am
b/include/Makefile.am
index 9d00bee4ecb79d73bf49dbb029106798ddaee7c2..cbd8861fc83bd6a8d82fa74b38a038b139c9cccb 100644
(file)
--- a/
include/Makefile.am
+++ b/
include/Makefile.am
@@
-9,7
+9,7
@@
version.h:
## the locations of the version.h and version.h.tmpl files
##
@echo -n "Generating version.h ... "
- @(version_h_tmpl="$(top_
build
dir)/include/version.h.tmpl"; \
+ @(version_h_tmpl="$(top_
src
dir)/include/version.h.tmpl"; \
if [ -f "$${version_h_tmpl}" ]; then \
version_h="$(top_builddir)/include/version.h"; \
##
This page took
0.027293 seconds
and
4
git commands to generate.