initial move
[ltt-control.git] / ltt-control / lttctl / Makefile.am
diff --git a/ltt-control/lttctl/Makefile.am b/ltt-control/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.024846 seconds and 4 git commands to generate.