X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Flttv%2FMakefile.am;h=c72f2013d34d2b025821bcac0a4c867a15501c17;hb=2f5bc9151043ee85d44695715734eea07ee04ecb;hp=058e642712feb49318f702b2501c3358e98216aa;hpb=29f07f68f8a68ae220bc9e005aada256f6a78fa8;p=lttv.git diff --git a/ltt/branches/poly/lttv/lttv/Makefile.am b/ltt/branches/poly/lttv/lttv/Makefile.am index 058e6427..c72f2013 100644 --- a/ltt/branches/poly/lttv/lttv/Makefile.am +++ b/ltt/branches/poly/lttv/lttv/Makefile.am @@ -58,6 +58,9 @@ lttv_real_SOURCES = batchtest.c main.c module.c option.c \ # $(LN_S) -f lttv.1 lttv-gui.1 \ # $(LN_S) -f lttv.1 lttv.real.1 +lttv_real_LDFLAGS = -export-dynamic + if LTTVSTATIC - lttv_real_LDFLAGS = -profile -static + lttv_real_LDFLAGS += -profile -static endif +