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