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