Remove some duplicate code in the build system
[lttv.git] / lttv / modules / examples / Makefile.am
CommitLineData
3e9ee4c8 1#
2# Makefile for LTT New generation user interface : test plugins.
3#
4# Created by Mathieu Desnoyers on May 6, 2003
5#
6
104325ef
BP
7AM_CFLAGS = $(PACKAGE_CFLAGS)
8AM_LDFLAGS = $(MODULE_LDFLAGS)
9
b00eda44 10LIBS += $(GLIB_LIBS)
3e9ee4c8 11
104325ef
BP
12libdir = ${lttvplugindir}
13
c27d48bb 14lib_LTLIBRARIES = libsampledep.la libsamplemodule.la libsamplemodule2.la
c27d48bb 15libsampledep_la_SOURCES = sampledep.c
c27d48bb 16libsamplemodule_la_SOURCES = samplemodule.c
c27d48bb 17libsamplemodule2_la_SOURCES = samplemodule2.c
This page took 0.059205 seconds and 4 git commands to generate.