X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=beeb7b70c22065f51a992dd816c9d2a437cfbef4;hb=6ac46b1df9e7393bfc1d7081c87bba72d666f362;hp=a50123989475fe1b4235032719ab60834599e185;hpb=ab5be9fa2eb5ba9600a82cd18fd3cfcbac69169a;p=lttng-tools.git diff --git a/src/common/Makefile.am b/src/common/Makefile.am index a50123989..beeb7b70c 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -23,10 +23,10 @@ DIST_SUBDIRS = \ fd-tracker # Common library -noinst_LTLIBRARIES = libcommon.la +noinst_LTLIBRARIES = libcommon-gpl.la EXTRA_DIST = mi-lttng-4.0.xsd -libcommon_la_SOURCES = \ +libcommon_gpl_la_SOURCES = \ action.c \ buffer-usage.c \ buffer-view.h buffer-view.c \ @@ -55,6 +55,7 @@ libcommon_la_SOURCES = \ session-consumed-size.c \ session-descriptor.c \ session-rotation.c \ + spawn-viewer.c spawn-viewer.h \ time.c \ trace-chunk.c trace-chunk.h \ trace-chunk-registry.h \ @@ -64,16 +65,16 @@ libcommon_la_SOURCES = \ userspace-probe.c \ utils.c utils.h \ uuid.c uuid.h \ - tracker.c \ + tracker.c tracker.h \ waiter.c waiter.h \ fs-handle.h fs-handle-internal.h fs-handle.c if HAVE_ELF_H -libcommon_la_SOURCES += \ +libcommon_gpl_la_SOURCES += \ lttng-elf.c lttng-elf.h endif -libcommon_la_LIBADD = \ +libcommon_gpl_la_LIBADD = \ $(top_builddir)/src/common/config/libconfig.la \ $(top_builddir)/src/common/compat/libcompat.la \ $(top_builddir)/src/common/hashtable/libhashtable.la \