mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 21:01:14 +00:00
5f4fb78871
Original commit message from CVS: adding libstdc++
13 lines
312 B
Makefile
13 lines
312 B
Makefile
SUBDIRS=libmodplug .
|
|
|
|
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgstmodplug.la
|
|
|
|
libgstmodplug_la_SOURCES = gstmodplug.cc
|
|
libgstmodplug_la_CXXFLAGS = $(GST_CFLAGS)
|
|
libgstmodplug_la_LIBADD = libmodplug/libmodplug.la -lstdc++
|
|
libgstmodplug_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstmodplug.h
|
|
|