From 761547672693a192995b72ad69b41d079636de3a Mon Sep 17 00:00:00 2001 From: Pierre-Marc Fournier Date: Wed, 17 Mar 2010 11:40:13 -0400 Subject: [PATCH] fix distribution bugs for 0.4 - include include/ust/kcompat/kcompat.h in the distribution - include test machinery scripts in the distribution --- include/Makefile.am | 1 + tests/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/include/Makefile.am b/include/Makefile.am index a98cee1..7249bf2 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -7,6 +7,7 @@ nobase_include_HEADERS = \ ust/probe.h \ ust/ust.h \ ust/tracectl.h \ + ust/kcompat/kcompat.h \ ust/kcompat/compiler.h \ ust/kcompat/disable.h \ ust/kcompat/hlist.h \ diff --git a/tests/Makefile.am b/tests/Makefile.am index 2429332..7688e7e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,3 +1,3 @@ SUBDIRS = hello hello2 basic basic_long fork simple_include snprintf test-nevents test-libmallocwrap -noinst_SCRIPTS = test_loop runtests trace_matches +dist_noinst_SCRIPTS = test_loop runtests trace_matches -- 2.34.1