mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-11 11:51:34 +00:00
19fd6f240d
This is not needed any longer.
11 lines
441 B
Makefile
11 lines
441 B
Makefile
# FIXME 0.11: element should move somewhere else really, such as
|
|
# gst-plugins-good/gst/tags/ or so
|
|
plugin_LTLIBRARIES = libgstxingmux.la
|
|
|
|
libgstxingmux_la_SOURCES = plugin.c gstxingmux.c
|
|
libgstxingmux_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
|
libgstxingmux_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
|
|
libgstxingmux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstxingmux_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
|
|
|
noinst_HEADERS = gstxingmux.h
|