move lttv to root
[lttv.git] / lttv / modules / examples / Makefile.am
diff --git a/lttv/modules/examples/Makefile.am b/lttv/modules/examples/Makefile.am
new file mode 100644 (file)
index 0000000..82f7ec9
--- /dev/null
@@ -0,0 +1,17 @@
+#
+# Makefile for LTT New generation user interface : test plugins.
+#
+# Created by Mathieu Desnoyers on May 6, 2003
+#
+
+libdir = ${lttvplugindir}
+AM_CFLAGS = $(GLIB_CFLAGS) 
+LIBS += $(GLIB_LIBS)
+
+lib_LTLIBRARIES = libsampledep.la libsamplemodule.la libsamplemodule2.la
+libsampledep_la_LDFLAGS = -module -avoid-version
+libsampledep_la_SOURCES = sampledep.c
+libsamplemodule_la_LDFLAGS = -module -avoid-version
+libsamplemodule_la_SOURCES = samplemodule.c
+libsamplemodule2_la_LDFLAGS = -module -avoid-version
+libsamplemodule2_la_SOURCES = samplemodule2.c
This page took 0.022455 seconds and 4 git commands to generate.