seek time refix
[lttv.git] / ltt / branches / poly / lttctl / Makefile.am
... / ...
CommitLineData
1## Process this file with automake to produce Makefile.in
2
3bin_PROGRAMS = lttctl
4
5lttctl_SOURCES = \
6 lttctl.c
7lttctl_DEPENDENCIES = ../libltt/libltt.la
8lttctl_LDADD = $(lttctl_DEPENDENCIES)
9
This page took 0.023292 seconds and 4 git commands to generate.