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-12-30 17:21:45 +00:00
|
|
|
libgstmodplug_la_SOURCES = modplug_types.cc gstmodplug.cc
|
2003-06-01 17:00:06 +00:00
|
|
|
libgstmodplug_la_CPPFLAGS = $(GST_CFLAGS)
|
|
|
|
libgstmodplug_la_CXXFLAGS = $(libgstmodplug_la_CPPFLAGS)
|
2002-11-28 20:31:48 +00:00
|
|
|
libgstmodplug_la_LIBADD = $(top_builddir)/gst/modplug/libmodplug/libmodplug.la
|
2003-05-22 20:45:09 +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
|