X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=Makefile.am;h=da4060354d19c242caab8f0c4f35e2572c584ed6;hb=b91d16695a53ce2a6159640b5a3fe5a5ec2cd980;hp=48869279c30fda4dcc4bf95be20c00e51f914adf;hpb=f61f4dca50e13aa52b1ca3941c8f420848f4353f;p=lttv.git diff --git a/Makefile.am b/Makefile.am index 48869279..da406035 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,13 @@ -# WARNING : ltt must come before lttv, so that the traceread library is -# up to date +ACLOCAL_AMFLAGS = -I config -SUBDIRS = ltt lttv doc +SUBDIRS = lttv doc EXTRA_DIST = LTTngManual.html + +sandwich: + @if [ -z "$$SUDO_COMMAND" ]; then echo "What? Make it yourself.";\ + echo ""; \ + echo "http://xkcd.com/149"; else echo "Okay."; \ + echo ""; \ + echo "http://en.wikibooks.org/wiki/Cookbook:Sandwiches"; fi +