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:
7b9445b
)
Fix: add missing headers to makefile for dist tarball
author
David Goulet
<dgoulet@efficios.com>
Thu, 16 Oct 2014 16:18:00 +0000
(12:18 -0400)
committer
David Goulet
<dgoulet@efficios.com>
Thu, 16 Oct 2014 16:18:00 +0000
(12:18 -0400)
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/common/Makefile.am
patch
|
blob
|
blame
|
history
diff --git
a/src/common/Makefile.am
b/src/common/Makefile.am
index 7011d97a64e08f0a3308d1d88f9fff2ebbcc3bf3..3a2f4f0b2f4242d00d0484fbe178d3891a6fdc01 100644
(file)
--- a/
src/common/Makefile.am
+++ b/
src/common/Makefile.am
@@
-8,7
+8,7
@@
AM_CFLAGS = -fno-strict-aliasing
noinst_HEADERS = lttng-kernel.h defaults.h macros.h error.h futex.h \
uri.h utils.h lttng-kernel-old.h \
consumer-metadata-cache.h consumer-timer.h \
- consumer-testpoint.h
+ consumer-testpoint.h
align.h bitfield.h bug.h
# Common library
noinst_LTLIBRARIES = libcommon.la
This page took
0.028248 seconds
and
4
git commands to generate.