X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=src%2Fbin%2Flttng-crash%2FMakefile.am;h=08b86af8c1600eb1e0425a7529783676c8f2e8ba;hb=b7238f7cfdcc67f4c254c03004989156c13c4c15;hp=2b61ec2632b47c2017cf504f0f7c9de6b14fced9;hpb=343af227102f6b274bfd7f6c7220eb3b776ba5e3;p=lttng-tools.git diff --git a/src/bin/lttng-crash/Makefile.am b/src/bin/lttng-crash/Makefile.am index 2b61ec263..08b86af8c 100644 --- a/src/bin/lttng-crash/Makefile.am +++ b/src/bin/lttng-crash/Makefile.am @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0-only + AM_CPPFLAGS += -DINSTALL_BIN_PATH=\""$(bindir)"\" if EMBED_HELP @@ -8,5 +10,5 @@ bin_PROGRAMS = lttng-crash lttng_crash_SOURCES = lttng-crash.c -lttng_crash_LDADD = $(top_builddir)/src/common/libcommon.la \ +lttng_crash_LDADD = $(top_builddir)/src/common/libcommon-gpl.la \ $(top_builddir)/src/common/config/libconfig.la