Update the README file to mark the project as unmaintained
[lttv.git] / Makefile.am
... / ...
CommitLineData
1#
2# Makefile for LTT New generation user interface : test plugins.
3#
4# Created by Mathieu Desnoyers on May 6, 2003
5#
6
7libdir = ${lttvplugindir}
8AM_CFLAGS = $(GLIB_CFLAGS)
9LIBS += $(GLIB_LIBS)
10
11lib_LTLIBRARIES = libsampledep.la libsamplemodule.la libsamplemodule2.la
12libsampledep_la_LDFLAGS = -module
13libsampledep_la_SOURCES = sampledep.c
14libsamplemodule_la_LDFLAGS = -module
15libsamplemodule_la_SOURCES = samplemodule.c
16libsamplemodule2_la_LDFLAGS = -module
17libsamplemodule2_la_SOURCES = samplemodule2.c
This page took 0.022562 seconds and 5 git commands to generate.