mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
7db2e8baa0
Original commit message from CVS: Remove redundant plugindir definition
11 lines
313 B
Makefile
11 lines
313 B
Makefile
|
|
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
|
|
|
|
|