Fix a broken test makefile
authorNils Carlson <nils.carlson@ericsson.com>
Wed, 1 Sep 2010 13:54:08 +0000 (15:54 +0200)
committerNils Carlson <nils.carlson@ericsson.com>
Wed, 1 Sep 2010 13:54:08 +0000 (15:54 +0200)
The makefile was missing the header file in the sources list and
so was failing make distcheck.

tests/trace_event/Makefile.am

index 6de9a12fc2e55eae0bb3df3bbf40115f5d1b3018..dcf23a77c9c4f56c3b04dd7cbf25eab57082bd27 100644 (file)
@@ -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)
This page took 0.023778 seconds and 4 git commands to generate.