X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=configure.ac;h=7b284593474f4d7109dbb57a2659c9e5a7ca1adf;hp=0614b270efcfa42e3c64856603a9143dd9998cc6;hb=234009e7170dbdbb857375718fa7249e6083bd25;hpb=3ec89b08ee373842b6be05d01a6e4aabd6db21a0;ds=sidebyside diff --git a/configure.ac b/configure.ac index 0614b270e..7b2845934 100644 --- a/configure.ac +++ b/configure.ac @@ -1059,6 +1059,10 @@ AM_CONDITIONAL([BUILD_LIB_UST_CONSUMER], [test x$build_lib_ust_consumer = xyes]) AM_CFLAGS="${WARN_CFLAGS} -fno-strict-aliasing $PTHREAD_CFLAGS" AC_SUBST(AM_CFLAGS) +# This is set even though it is empty, so Makefiles can do "AM_LDFLAGS += ...". +AM_LDFLAGS="" +AC_SUBST(AM_LDFLAGS) + # The order in which the include folders are searched is important. # The top_builddir should always be searched first in the event that a build # time generated file is included. An example of this is the "version.i" file.