Richard Purdie patches : add ARM arch and fix automake for dynamic symbols
[lttv.git] / ltt / branches / poly / lttv / lttv / Makefile.am
index 058e642712feb49318f702b2501c3358e98216aa..c72f2013d34d2b025821bcac0a4c867a15501c17 100644 (file)
@@ -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
+
This page took 0.022802 seconds and 4 git commands to generate.