mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
10 lines
385 B
Makefile
10 lines
385 B
Makefile
|
|
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)
|
|
libgstcdplayer_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
|
|
|
noinst_HEADERS = gstcdplayer.h gstcdplayer_ioctl.h gstcdplayer_ioctl_solaris.h gstcdplayer_ioctl_bsd.h
|