mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
7b3a0244f8
Original commit message from CVS: We don't like -lstdc++ in Makefile.am, use libtool-1.5 instead
12 lines
362 B
Makefile
12 lines
362 B
Makefile
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
|
|
plugin_LTLIBRARIES = libgstmplex.la
|
|
|
|
libgstmplex_la_SOURCES = gstmplex.cc
|
|
libgstmplex_la_CXXFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/gst-libs/ext/mplex/
|
|
libgstmplex_la_LIBADD = $(LIBM_LIBS) $(top_builddir)/gst-libs/ext/mplex/libmplex.la
|
|
libgstmplex_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstmplex.h
|
|
|
|
|