move unused dirs to attic
[ltt-control.git] / trunk / attic / lttng-xenomai / ltt-control-0.24-xenoltt / lttctl / Makefile.am
diff --git a/trunk/attic/lttng-xenomai/ltt-control-0.24-xenoltt/lttctl/Makefile.am b/trunk/attic/lttng-xenomai/ltt-control-0.24-xenoltt/lttctl/Makefile.am
new file mode 100644 (file)
index 0000000..6a5180d
--- /dev/null
@@ -0,0 +1,11 @@
+## Process this file with automake to produce Makefile.in
+
+AM_CFLAGS = -DPACKAGE_DATA_DIR=\""$(datadir)"\" -DPACKAGE_BIN_DIR=\""$(bindir)"\"
+
+bin_PROGRAMS = lttctl
+
+lttctl_SOURCES = \
+       lttctl.c
+lttctl_DEPENDENCIES = ../liblttctl/liblttctl.la
+lttctl_LDADD = $(lttctl_DEPENDENCIES)
+
This page took 0.022679 seconds and 4 git commands to generate.