make lttctl and lttd interaction more standard : real daemon
[lttv.git] / ltt / branches / poly / lttctl / Makefile.am
CommitLineData
2cdb6fcb 1## Process this file with automake to produce Makefile.in
2
86a65fdb 3AM_CFLAGS = -DPACKAGE_DATA_DIR=\""$(datadir)"\" -DPACKAGE_BIN_DIR=\""$(bindir)"\"
4
2cdb6fcb 5bin_PROGRAMS = lttctl
6
7lttctl_SOURCES = \
8 lttctl.c
5adba60f 9lttctl_DEPENDENCIES = ../libltt/libltt.la
10lttctl_LDADD = $(lttctl_DEPENDENCIES)
2cdb6fcb 11
This page took 0.023101 seconds and 4 git commands to generate.