# WARNING : ltt must come before lttv, so that the traceread library is
# up to date
-SUBDIRS = libltt ltt lttv lttd doc
+SUBDIRS = libltt ltt lttctl lttv lttd doc
AC_CONFIG_FILES([Makefile
libltt/Makefile
+ lttctl/Makefile
lttv/Makefile
lttv/lttv/Makefile
lttv/modules/Makefile
--- /dev/null
+## Process this file with automake to produce Makefile.in
+
+bin_PROGRAMS = lttctl
+
+lttctl_SOURCES = \
+ lttctl.c
+
+lttctl_LIBADD = libltt.la
+
--- /dev/null
+/* lttctl
+ *
+ * Linux Trace Toolkit Control
+ *
+ * Small program that controls LTT through libltt.
+ *
+ * Copyright 2005 -
+ * Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
+ */
+
+#include <ltt/libltt.h>
+
+