X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=ba35170d91f672b74276d773ec8cd6ee65334675;hb=e5b05ab3d0b711701109678ce8570250d199d9b9;hp=2835e9f922a9351e39bf4572812f012f065eb3d0;hpb=ea76a8bbde6896bddfa656627e8f12e0b9f55a5e;p=lttng-tools.git diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 2835e9f92..ba35170d9 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -36,10 +36,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.c \ actions/list.c \ actions/notify.c \ @@ -113,11 +113,11 @@ libcommon_la_SOURCES = \ waiter.c waiter.h 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/bytecode/libbytecode.la \ $(top_builddir)/src/common/config/libconfig.la \ $(top_builddir)/src/common/compat/libcompat.la \ @@ -179,7 +179,7 @@ noinst_HEADERS = \ noinst_PROGRAMS = filter-grammar-test filter_grammar_test_SOURCES = filter-grammar-test.c filter_grammar_test_LDADD = \ - libcommon.la + libcommon-gpl.la all-local: @if [ x"$(srcdir)" != x"$(builddir)" ]; then \