projects
/
lttng-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7776ea
)
Fix wrong include file name in Makefile.am
author
David Goulet
<david.goulet@polymtl.ca>
Wed, 8 Jun 2011 16:33:52 +0000
(12:33 -0400)
committer
David Goulet
<david.goulet@polymtl.ca>
Wed, 8 Jun 2011 16:33:52 +0000
(12:33 -0400)
Fix the line and comment it out so that lttng.h is not being installed
at this moment because of heavy development and possible API breakage.
Signed-off-by: David Goulet <david.goulet@polymtl.ca>
include/Makefile.am
patch
|
blob
|
blame
|
history
diff --git
a/include/Makefile.am
b/include/Makefile.am
index f86ccda3de80f5b51b0eaa724e7338eaf82a6cf7..d30101f8eb729ca6c696c7fe4d75334c9623c3db 100644
(file)
--- a/
include/Makefile.am
+++ b/
include/Makefile.am
@@
-1,4
+1,3
@@
-nobase_include_HEADERS = \
- lttng/liblttngctl.h
+#nobase_include_HEADERS = lttng/lttng.h
noinst_HEADERS = lttngerr.h lttng-kernel.h lttng-kconsumerd.h lttng-share.h
This page took
0.032944 seconds
and
4
git commands to generate.