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