fix leak, enhance error values
[ltt-control.git] / trunk / lttng-xenomai / ltt-control-0.24-xenoltt / lttctl / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 AM_CFLAGS = -DPACKAGE_DATA_DIR=\""$(datadir)"\" -DPACKAGE_BIN_DIR=\""$(bindir)"\"
4
5 bin_PROGRAMS = lttctl
6
7 lttctl_SOURCES = \
8 lttctl.c
9 lttctl_DEPENDENCIES = ../liblttctl/liblttctl.la
10 lttctl_LDADD = $(lttctl_DEPENDENCIES)
11
This page took 0.028673 seconds and 4 git commands to generate.