mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
708cf898e8
Original commit message from CVS: parallel install fixes
10 lines
374 B
Makefile
10 lines
374 B
Makefile
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
|
|
plugin_LTLIBRARIES = libgstcdplayer.la
|
|
|
|
libgstcdplayer_la_SOURCES = gstcdplayer.c gstcdplayer_ioctl.c
|
|
libgstcdplayer_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstcdplayer_la_LIBADD =
|
|
libgstcdplayer_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstcdplayer.h gstcdplayer_ioctl.h gstcdplayer_ioctl_solaris.h gstcdplayer_ioctl_bsd.h
|