From 5f118a1c28ec1a3b4ad0dc847dac9636ce69852d Mon Sep 17 00:00:00 2001 From: Jan Blunck Date: Fri, 23 Oct 2009 20:35:36 +0200 Subject: [PATCH] Add some missing headers and files for make dist This commit adds missing headers and other files to let make dist and install work as necessry for packaging of ust. Signed-off-by: Jan Blunck --- Makefile.am | 7 +++++-- libust/Makefile.am | 4 +++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 33be5b4..dd92eaf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,8 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = libust tests libmallocwrap ustd ustctl libinterfork -EXTRA_DIST = share/kernelcompat.h doc -bin_SCRIPTS = usttrace +EXTRA_DIST = doc share/kernelcompat.h share/localerr.h share/share.h \ + share/usterr.h +dist_bin_SCRIPTS = usttrace + +include_HEADERS = share/kernelcompat.h share/localerr.h share/usterr.h diff --git a/libust/Makefile.am b/libust/Makefile.am index 1aec7b3..6cd0916 100644 --- a/libust/Makefile.am +++ b/libust/Makefile.am @@ -1,7 +1,9 @@ INCLUDES = -I$(top_builddir)/share -I$(top_builddir)/libustcomm lib_LTLIBRARIES = libust.la -libust_la_SOURCES = marker.c marker.h tracepoint.c tracepoint.h immediate.h channels.c channels.h marker-control.c marker-control.h relay.c relay.h tracer.c tracer.h tracercore.c tracercore.h serialize.c tracectl.c $(top_builddir)/libustcomm/ustcomm.c $(top_builddir)/share/usterr.h +libust_la_SOURCES = buffer.h marker.c marker.h tracepoint.c tracepoint.h immediate.h channels.c channels.h marker-control.c marker-control.h relay.c relay.h tracer.c tracer.h tracercore.c tracercore.h serialize.c tracectl.c $(top_builddir)/libustcomm/ustcomm.c $(top_builddir)/share/usterr.h libust_la_LDFLAGS = -no-undefined -version-info 0:0:0 libust_la_LIBADD = -lpthread libust_la_CFLAGS = -DUST_COMPONENT="libust" + +include_HEADERS = marker.h tracepoint.h immediate.h -- 2.34.1