Update the README file to mark the project as unmaintained
[lttv.git] / Makefile.am
index 48869279c30fda4dcc4bf95be20c00e51f914adf..da4060354d19c242caab8f0c4f35e2572c584ed6 100644 (file)
@@ -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
+
This page took 0.027737 seconds and 4 git commands to generate.