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
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.030915 seconds and 5 git commands to generate.