Fix: liblttng-ust-dl Makefile flags mismatch
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 5 Feb 2014 00:38:48 +0000 (19:38 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 5 Feb 2014 00:38:48 +0000 (19:38 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust-dl/Makefile.am

index 7989cda540e75f57287d724e1c319fabf686cecb..b8ea2a3940599f42c6ed2e9819fd3cb89e869c63 100644 (file)
@@ -16,4 +16,4 @@ if LTTNG_UST_BUILD_WITH_LIBC_DL
 liblttng_ust_dl_la_LIBADD += -lc
 endif
 
-libustdl_CFLAGS = -DUST_COMPONENT=liblttng-ust-dl -fno-strict-aliasing
+liblttng_ust_dl_la_CFLAGS = -DUST_COMPONENT=liblttng-ust-dl -fno-strict-aliasing
This page took 0.024647 seconds and 4 git commands to generate.