2002-03-03 16:53:17 +00:00
|
|
|
SUBDIRS=libmodplug .
|
|
|
|
|
2002-02-28 21:10:42 +00:00
|
|
|
plugindir = $(libdir)/gst
|
|
|
|
|
|
|
|
plugin_LTLIBRARIES = libgstmodplug.la
|
|
|
|
|
2002-11-17 12:23:43 +00:00
|
|
|
libgstmodplug_la_SOURCES = gstmodplug.cc modplug_types.c
|
2002-11-18 22:05:30 +00:00
|
|
|
libgstmodplug_la_CFLAGS = $(GST_CFLAGS)
|
2002-02-28 21:10:42 +00:00
|
|
|
libgstmodplug_la_CXXFLAGS = $(GST_CFLAGS)
|
2002-10-06 13:50:34 +00:00
|
|
|
libgstmodplug_la_LIBADD = libmodplug/libmodplug.la -lstdc++
|
2002-03-19 01:39:43 +00:00
|
|
|
libgstmodplug_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2002-02-28 21:10:42 +00:00
|
|
|
|
2002-11-17 12:23:43 +00:00
|
|
|
noinst_HEADERS = gstmodplug.h modplug_types.h
|
2002-02-28 21:10:42 +00:00
|
|
|
|