fix distribution bugs for 0.4
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Wed, 17 Mar 2010 15:40:13 +0000 (11:40 -0400)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Wed, 17 Mar 2010 15:40:13 +0000 (11:40 -0400)
- include include/ust/kcompat/kcompat.h in the distribution
- include test machinery scripts in the distribution

include/Makefile.am
tests/Makefile.am

index a98cee1a560ad525c038370137c1cb1abfc3bc3b..7249bf2f137927bb9c1200d2fdd8153efb3452d5 100644 (file)
@@ -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 \
index 242933252f6cfe2a7d675744a707dfc4cc90c4c2..7688e7ef82d257f6eb562b843f1952f01d3b6f08 100644 (file)
@@ -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
This page took 0.024871 seconds and 4 git commands to generate.