[Ltrace-devel] [PATCH 6/6] Include libdl-simple test in distribution tarball

Zachary T Welch zwelch at codesourcery.com
Tue Dec 7 07:21:03 UTC 2010


Add libdl-simple source files and test script to EXTRA_DIST and
add binary to CLEANFILES.

Signed-off-by: Zachary T Welch <zwelch at codesourcery.com>
---
 testsuite/ltrace.minor/Makefile.am |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/testsuite/ltrace.minor/Makefile.am b/testsuite/ltrace.minor/Makefile.am
index d7fe55b..bfd37ea 100644
--- a/testsuite/ltrace.minor/Makefile.am
+++ b/testsuite/ltrace.minor/Makefile.am
@@ -24,6 +24,9 @@ EXTRA_DIST = \
 	demangle.cpp \
 	demangle.exp \
 	demangle.h \
+	libdl-simple-lib.c \
+	libdl-simple.c \
+	libdl-simple.exp \
 	print-instruction-pointer.c \
 	print-instruction-pointer.exp \
 	time-record.c \
@@ -41,6 +44,6 @@ EXTRA_DIST = \
 CLEANFILES = *.o *.so *.log *.sum *.ltrace setval.tmp \
 	attach-process count-record demangle print-instruction-pointer \
 	time-record-T time-record-tt time-record-ttt trace-clone \
-	trace-exec trace-exec1 trace-fork
+	trace-exec trace-exec1 trace-fork libdl-simple
 
 MAINTAINERCLEANFILES = Makefile.in
-- 
1.7.2.2




More information about the Ltrace-devel mailing list