Commit | Line | Data |
---|---|---|
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 |
7 | AM_CFLAGS = $(PACKAGE_CFLAGS) |
8 | AM_LDFLAGS = $(MODULE_LDFLAGS) | |
9 | ||
b00eda44 | 10 | LIBS += $(GLIB_LIBS) |
3e9ee4c8 | 11 | |
104325ef BP |
12 | libdir = ${lttvplugindir} |
13 | ||
c27d48bb | 14 | lib_LTLIBRARIES = libsampledep.la libsamplemodule.la libsamplemodule2.la |
c27d48bb | 15 | libsampledep_la_SOURCES = sampledep.c |
c27d48bb | 16 | libsamplemodule_la_SOURCES = samplemodule.c |
c27d48bb | 17 | libsamplemodule2_la_SOURCES = samplemodule2.c |