basic trace control : in progress
[lttv.git] / ltt / branches / poly / 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 AM_CFLAGS = $(GLIB_CFLAGS)
8 AM_CFLAGS += $(GTK_CFLAGS)
9 LIBS += $(GLIB_LIBS)
10 LIBS += $(GTK_LIBS) -L${top_srcdir}/lttv/modules/gui/lttvwindow/lttvwindow -llttvwindow
11
12 libdir = ${lttvplugindir}
13
14 lib_LTLIBRARIES = libguitracecontrol.la
15 libguitracecontrol_la_LDFLAGS = -module
16 libguitracecontrol_la_SOURCES = tracecontrol.c
17
18 EXTRA_DIST = \
19 hTraceControlInsert.xpm
20
21
This page took 0.029627 seconds and 4 git commands to generate.