header usage fix
[lttv.git] / ltt / branches / poly / lttv / test / Makefile.am
CommitLineData
243ad002 1#
2# Makefile for LTT New generation user interface : test plugins.
3#
4# Created by Mathieu Desnoyers on May 6, 2003
5#
6
7libdir = ${lttplugindir}
8
9lib_LTLIBRARIES = sampledep.la samplemodule.la samplemodule2.la
10sampledep_la_LDFLAGS = -module
11sampledep_la_SOURCES = sampledep.c
12samplemodule_la_LDFLAGS = -module
13samplemodule_la_SOURCES = samplemodule.c
14samplemodule2_la_LDFLAGS = -module
15samplemodule2_la_SOURCES = samplemodule2.c
This page took 0.022177 seconds and 4 git commands to generate.