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