X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=8cd93af44b2f02237cae292e528146cfcdcc02c6;hp=7ac2b09ccc9eaca9c35c28eb8621b384405d68a0;hb=6a5596ac51788ca040b88b98e59c8db42a5a160a;hpb=4b2b86f24a5f734f6a6564b2b1e7ac6f10e32dfa diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 7ac2b09cc..8cd93af44 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -38,10 +38,10 @@ DIST_SUBDIRS = \ argpar-utils # Common library -noinst_LTLIBRARIES = libcommon.la +noinst_LTLIBRARIES = libcommon-gpl.la EXTRA_DIST = mi-lttng-4.1.xsd -libcommon_la_SOURCES = \ +libcommon_gpl_la_SOURCES = \ actions/action.cpp \ actions/list.cpp \ actions/notify.cpp \ @@ -115,11 +115,11 @@ libcommon_la_SOURCES = \ waiter.cpp waiter.h if HAVE_ELF_H -libcommon_la_SOURCES += \ +libcommon_gpl_la_SOURCES += \ lttng-elf.cpp lttng-elf.h endif -libcommon_la_LIBADD = \ +libcommon_gpl_la_LIBADD = \ $(top_builddir)/src/common/bytecode/libbytecode.la \ $(top_builddir)/src/common/config/libconfig.la \ $(top_builddir)/src/common/ini-config/libini-config.la \ @@ -182,7 +182,7 @@ noinst_HEADERS = \ noinst_PROGRAMS = filter-grammar-test filter_grammar_test_SOURCES = filter-grammar-test.cpp filter_grammar_test_LDADD = \ - libcommon.la + libcommon-gpl.la all-local: @if [ x"$(srcdir)" != x"$(builddir)" ]; then \