Fix: Add POPT_CFLAGS to lttng_CFLAGS
authorYannick Lamarre <ylamarre@efficios.com>
Fri, 22 Feb 2019 19:33:37 +0000 (14:33 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 28 Mar 2019 19:52:47 +0000 (15:52 -0400)
commitf541e7719eb04ca3795209da2642419414d26709
tree6dfe28d43eba1888fd3f97d925271b2ceeabd638
parent9377d8304c28c29c9ba7b3e7f1ea2551dec8e01a
Fix: Add POPT_CFLAGS to lttng_CFLAGS

The generated makefile was ignoring POPT_CFLAGS when compiling
lttng, but was adding POPT_LIBS to lttng_LDADD. With this commit,
make now honors both settings for applications and tests.

Fixes: #1165
Signed-off-by: Yannick Lamarre <ylamarre@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng/Makefile.am
tests/regression/kernel/Makefile.am
tests/regression/ust/multi-lib/Makefile.am
This page took 0.02463 seconds and 4 git commands to generate.