0.8.30
[lttv.git] / ltt / trunk / LinuxTraceToolkitViewer-0.6.9 / lttctl / Makefile.am
CommitLineData
bf4af5b1 1## Process this file with automake to produce Makefile.in
2
3AM_CFLAGS = -DPACKAGE_DATA_DIR=\""$(datadir)"\" -DPACKAGE_BIN_DIR=\""$(bindir)"\"
4
5bin_PROGRAMS = lttctl
6
7lttctl_SOURCES = \
8 lttctl.c
9lttctl_DEPENDENCIES = ../liblttctl/liblttctl.la
10lttctl_LDADD = $(lttctl_DEPENDENCIES)
11
This page took 0.021995 seconds and 4 git commands to generate.