git-svn-id: http://ltt.polymtl.ca/svn@2460 04897980-b3bd-0310-b5e0-8ef037075253
[ltt-control.git] / lttng-xenomai / ltt-control-0.24-xenoltt / lttctl / Makefile.am
diff --git a/lttng-xenomai/ltt-control-0.24-xenoltt/lttctl/Makefile.am b/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.026332 seconds and 4 git commands to generate.