summaryrefslogtreecommitdiff
path: root/sys/cdrom/Makefile.am
blob: 9f4a6b155361f29d3b2b6e8f5629458f3ae8fc26 (plain)
1
2
3
4
5
6
7
8
9
10

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