summaryrefslogtreecommitdiff
path: root/sys/cdrom/Makefile.am
blob: 78aa461e8b80500c90d10bbe056da5158d0289c5 (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 = --tag=disable-static

noinst_HEADERS = gstcdplayer.h gstcdplayer_ioctl.h gstcdplayer_ioctl_solaris.h gstcdplayer_ioctl_bsd.h