From 243ad002d7fcc9f8fe15bb24b42f242741f4ee23 Mon Sep 17 00:00:00 2001 From: compudj Date: Thu, 29 May 2003 14:04:16 +0000 Subject: [PATCH] test plugins makefile git-svn-id: http://ltt.polymtl.ca/svn@22 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/lttv/test/Makefile.am | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ltt/branches/poly/lttv/test/Makefile.am diff --git a/ltt/branches/poly/lttv/test/Makefile.am b/ltt/branches/poly/lttv/test/Makefile.am new file mode 100644 index 00000000..5c448d7b --- /dev/null +++ b/ltt/branches/poly/lttv/test/Makefile.am @@ -0,0 +1,15 @@ +# +# Makefile for LTT New generation user interface : test plugins. +# +# Created by Mathieu Desnoyers on May 6, 2003 +# + +libdir = ${lttplugindir} + +lib_LTLIBRARIES = sampledep.la samplemodule.la samplemodule2.la +sampledep_la_LDFLAGS = -module +sampledep_la_SOURCES = sampledep.c +samplemodule_la_LDFLAGS = -module +samplemodule_la_SOURCES = samplemodule.c +samplemodule2_la_LDFLAGS = -module +samplemodule2_la_SOURCES = samplemodule2.c -- 2.34.1