X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Flttv%2FMakefile.am;h=c72f2013d34d2b025821bcac0a4c867a15501c17;hb=2f5bc9151043ee85d44695715734eea07ee04ecb;hp=86bca39c566435873e1b9b94f65b335d80e8f777;hpb=6da3640c5dfff6319edcb000391cb2fdfa5abe56;p=lttv.git diff --git a/ltt/branches/poly/lttv/lttv/Makefile.am b/ltt/branches/poly/lttv/lttv/Makefile.am index 86bca39c..c72f2013 100644 --- a/ltt/branches/poly/lttv/lttv/Makefile.am +++ b/ltt/branches/poly/lttv/lttv/Makefile.am @@ -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 +