Backport:Fix: Don't override user variables within the build system
[lttng-tools.git] / src / bin / lttng-crash / Makefile.am
1 AM_CPPFLAGS += -DINSTALL_BIN_PATH=\""$(bindir)"\"
2
3 bin_PROGRAMS = lttng-crash
4
5 lttng_crash_SOURCES = lttng-crash.c
6
7 lttng_crash_LDADD = $(top_builddir)/src/common/libcommon.la \
8 $(top_builddir)/src/common/config/libconfig.la
This page took 0.031364 seconds and 5 git commands to generate.