mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
e16c50551b
Original commit message from CVS: parallel install fixes
12 lines
292 B
Makefile
12 lines
292 B
Makefile
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
|
|
plugin_LTLIBRARIES = libgstqtdemux.la
|
|
|
|
libgstqtdemux_la_CFLAGS = ${GST_CFLAGS}
|
|
libgstqtdemux_la_LIBADD =
|
|
libgstqtdemux_la_LDFLAGS = ${GST_PLUGIN_LDFLAGS}
|
|
libgstqtdemux_la_SOURCES = qtdemux.c
|
|
|
|
noinst_HEADERS = qtdemux.h
|
|
|
|
EXTRA_DIST = README
|