From: nils.carlson@ericsson.com (Nils Carlson)
Subject: [ltt-dev] [PATCH] Fix a broken test makefile
Date: Thu, 2 Sep 2010 09:05:15 +0200 [thread overview]
Message-ID: <1283411115-5478-1-git-send-email-nils.carlson@ericsson.com> (raw)
The makefile was missing the header file in the sources list and
so was failing make distcheck.
---
tests/trace_event/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/trace_event/Makefile.am b/tests/trace_event/Makefile.am
index 6de9a12..dcf23a7 100644
--- a/tests/trace_event/Makefile.am
+++ b/tests/trace_event/Makefile.am
@@ -1,7 +1,7 @@
AM_CPPFLAGS = -I$(top_srcdir)/include
noinst_PROGRAMS = trace_event_test
-trace_event_test_SOURCES = trace_event_test.c
+trace_event_test_SOURCES = trace_event_test.c trace_event_test.h
trace_event_test_LDADD = $(top_builddir)/libust/libust.la $(top_builddir)/libust-initializer.o
CFLAGS_trace_event_test.o = -I$(src)
--
1.7.1
reply other threads:[~2010-09-02 7:05 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1283411115-5478-1-git-send-email-nils.carlson@ericsson.com \
--to=nils.carlson@ericsson.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox