update statedump xml
[lttv.git] / ltt / branches / poly / lttv / lttv / Makefile.am
index 86bca39c566435873e1b9b94f65b335d80e8f777..c72f2013d34d2b025821bcac0a4c867a15501c17 100644 (file)
@@ -50,6 +50,17 @@ lttv_real_SOURCES = batchtest.c main.c module.c option.c \
                iattribute.c state.c stats.c \
               tracecontext.c traceset.c filter.c print.c
 
+#man_MANS = lttv.1
+#EXTRA_DIST = lttv.1
+
+#install-data-hook:
+#      cd $(DESTDIR)$(mandir)/man1 && \
+#              $(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.023349 seconds and 4 git commands to generate.