still some work to do on the trace control
[lttv.git] / ltt / branches / poly / lttctl / Makefile.am
CommitLineData
2cdb6fcb 1## Process this file with automake to produce Makefile.in
2
3bin_PROGRAMS = lttctl
4
5lttctl_SOURCES = \
6 lttctl.c
5adba60f 7lttctl_DEPENDENCIES = ../libltt/libltt.la
8lttctl_LDADD = $(lttctl_DEPENDENCIES)
2cdb6fcb 9
This page took 0.023258 seconds and 4 git commands to generate.