add ltt-control
[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
e3b06a6e 9lttctl_DEPENDENCIES = ../liblttctl/liblttctl.la
5adba60f 10lttctl_LDADD = $(lttctl_DEPENDENCIES)
2cdb6fcb 11
This page took 0.027741 seconds and 4 git commands to generate.