From: Jan Blunck Date: Fri, 23 Oct 2009 18:35:36 +0000 (+0200) Subject: Add some missing headers and files for make dist X-Git-Tag: v0.1~71^2~3 X-Git-Url: http://git.lttng.org/?p=ust.git;a=commitdiff_plain;h=5f118a1c28ec1a3b4ad0dc847dac9636ce69852d;hp=3537976a4bad90e28471bc7f15287b46cc208fa5 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 --- 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