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