2002-03-03 16:53:17 +00:00
|
|
|
SUBDIRS=libmodplug .
|
|
|
|
|
2002-12-08 14:50:10 +00:00
|
|
|
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
2002-02-28 21:10:42 +00:00
|
|
|
|
|
|
|
plugin_LTLIBRARIES = libgstmodplug.la
|
|
|
|
|
2002-11-28 20:31:48 +00:00
|
|
|
libgstmodplug_la_SOURCES = modplug_types.c gstmodplug.cc
|
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-11-28 20:31:48 +00:00
|
|
|
libgstmodplug_la_LIBADD = $(top_builddir)/gst/modplug/libmodplug/libmodplug.la
|
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
|
|
|
|