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

index 49466f6481d6a39a0b3c1623956c2d1f2e1907ec..aea276e4fb4a33ff6fec64b33691e903191a9143 100644 (file)
@@ -13,4 +13,4 @@ if LTTNG_UST_BUILD_WITH_LIBC_DL
 liblttng_ust_fork_la_LIBADD += -lc
 endif
 
-libustfork_CFLAGS = -DUST_COMPONENT=liblttng-ust-fork -fno-strict-aliasing
+liblttng_ust_fork_la_CFLAGS = -DUST_COMPONENT=liblttng-ust-fork -fno-strict-aliasing
This page took 0.024484 seconds and 4 git commands to generate.