3e9ee4c8 |
1 | # |
2 | # Makefile for LTT New generation user interface : test plugins. |
3 | # |
4 | # Created by Mathieu Desnoyers on May 6, 2003 |
5 | # |
6 | |
7 | libdir = ${lttvplugindir} |
b00eda44 |
8 | AM_CFLAGS = $(GLIB_CFLAGS) |
9 | LIBS += $(GLIB_LIBS) |
3e9ee4c8 |
10 | |
c27d48bb |
11 | lib_LTLIBRARIES = libsampledep.la libsamplemodule.la libsamplemodule2.la |
12 | libsampledep_la_LDFLAGS = -module |
13 | libsampledep_la_SOURCES = sampledep.c |
14 | libsamplemodule_la_LDFLAGS = -module |
15 | libsamplemodule_la_SOURCES = samplemodule.c |
16 | libsamplemodule2_la_LDFLAGS = -module |
17 | libsamplemodule2_la_SOURCES = samplemodule2.c |