mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 10:59:39 +00:00
a26e1cc0d2
Original commit message from CVS: Patch from Ken MacLeod (Bug #98797), Thanks Ken !
14 lines
385 B
Makefile
14 lines
385 B
Makefile
SUBDIRS=libmodplug .
|
|
|
|
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgstmodplug.la
|
|
|
|
libgstmodplug_la_SOURCES = gstmodplug.cc modplug_types.cc
|
|
libgstmodplug_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstmodplug_la_CXXFLAGS = $(GST_CFLAGS)
|
|
libgstmodplug_la_LIBADD = libmodplug/libmodplug.la -lstdc++
|
|
libgstmodplug_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstmodplug.h modplug_types.h
|
|
|