Update the README file to mark the project as unmaintained
[lttv.git] / Makefile.am
index 9f817965b9c72ba56a81961e788ba708fba30d7e..da4060354d19c242caab8f0c4f35e2572c584ed6 100644 (file)
@@ -1,10 +1,13 @@
-# WARNING : ltt must come before lttv, so that the traceread library is
-# up to date
+ACLOCAL_AMFLAGS = -I config
 
-if BUILD_LIB_ONLY
-SUBDIRS = ltt doc
-else
-SUBDIRS = ltt lttv doc
-endif
+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.022184 seconds and 4 git commands to generate.