summaryrefslogtreecommitdiffstats
path: root/ext/cdio/Makefile.am
blob: 01092c716586d573f671c98ae59d18176c91855f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
plugin_LTLIBRARIES = libgstcdio.la

libgstcdio_la_SOURCES = \
	gstcdio.c \
	gstcdiocddasrc.c

libgstcdio_la_CFLAGS = \
	$(GST_PLUGINS_BASE_CFLAGS) \
	$(GST_BASE_CFLAGS) \
	$(GST_CFLAGS) \
	$(CDIO_CFLAGS)

libgstcdio_la_LIBADD = \
	$(GST_PLUGINS_BASE_LIBS) -lgstcdda-$(GST_MAJORMINOR) \
	$(GST_BASE_LIBS) \
	$(CDIO_LIBS)

libgstcdio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) 

noinst_HEADERS = \
	gstcdio.h \
	gstcdiocddasrc.h