initial move
[ltt-control.git] / ltt-control / lttctl / Makefile.am
CommitLineData
2727692a 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.022172 seconds and 4 git commands to generate.