Remove some duplicate code 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 LIBS += $(UTIL_LIBS)
11
12 lib_LTLIBRARIES = libguitracecontrol.la
13 libguitracecontrol_la_SOURCES = tracecontrol.c
14
15 EXTRA_DIST = \
16 hTraceControlInsert.xpm TraceControlStart.xpm TraceControlPause.xpm \
17 TraceControlStop.xpm
This page took 0.029106 seconds and 4 git commands to generate.