test plugins makefile
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 29 May 2003 14:04:16 +0000 (14:04 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 29 May 2003 14:04:16 +0000 (14:04 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@22 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/test/Makefile.am [new file with mode: 0644]

diff --git a/ltt/branches/poly/lttv/test/Makefile.am b/ltt/branches/poly/lttv/test/Makefile.am
new file mode 100644 (file)
index 0000000..5c448d7
--- /dev/null
@@ -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
This page took 0.023945 seconds and 4 git commands to generate.