X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=libust%2FMakefile.am;fp=libust%2FMakefile.am;h=612ac93a2b7a3cc83c169ae06a94a0f35b4662cc;hb=b73a4c471dc987ea8548632dffb3c7050de77dd0;hp=087dc0a978a3475ae56ef799243a1d09ddbea4db;hpb=058a68cbea07bb2b276c12212ea6129f166b2893;p=ust.git diff --git a/libust/Makefile.am b/libust/Makefile.am index 087dc0a..612ac93 100644 --- a/libust/Makefile.am +++ b/libust/Makefile.am @@ -1,7 +1,24 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libustcomm lib_LTLIBRARIES = libust.la -libust_la_SOURCES = marker.c tracepoint.c channels.c channels.h marker-control.c marker-control.h buffers.c buffers.h tracer.c tracer.h tracercore.c tracercore.h serialize.c tracectl.c $(top_builddir)/libustcomm/ustcomm.c +libust_la_SOURCES = \ + marker.c \ + tracepoint.c \ + channels.c \ + channels.h \ + marker-control.c \ + marker-control.h \ + buffers.c \ + buffers.h \ + tracer.c \ + tracer.h \ + tracercore.c \ + tracercore.h \ + serialize.c \ + tracectl.c \ + $(top_builddir)/libustcomm/ustcomm.c \ + tracerconst.h \ + header-inline.h libust_la_LDFLAGS = -no-undefined -version-info 0:0:0 libust_la_LIBADD = -lpthread libust_la_CFLAGS = -DUST_COMPONENT="libust"