Remove some duplicate code in the build system
[lttv.git] / lttv / modules / gui / tracecontrol / Makefile.am
... / ...
CommitLineData
1#
2# Makefile for LTT New generation user interface : plugins.
3#
4# Created by Mathieu Desnoyers on May 6, 2003
5#
6
7include ../common.am
8
9AM_CFLAGS += -DPACKAGE_DATA_DIR=\""$(datadir)"\" -DPACKAGE_BIN_DIR=\""$(bindir)"\"
10LIBS += $(UTIL_LIBS)
11
12lib_LTLIBRARIES = libguitracecontrol.la
13libguitracecontrol_la_SOURCES = tracecontrol.c
14
15EXTRA_DIST = \
16 hTraceControlInsert.xpm TraceControlStart.xpm TraceControlPause.xpm \
17 TraceControlStop.xpm
This page took 0.024161 seconds and 4 git commands to generate.