summaryrefslogtreecommitdiff
path: root/gst/cdxaparse/Makefile.am
blob: 411579cc80bca031d69c47253afa37218ba25dc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

plugin_LTLIBRARIES = \
		libgstcdxaparse.la

libgstcdxaparse_la_SOURCES = gstcdxaparse.c 

noinst_HEADERS = \
		gstcdxaparse.h

libgstcdxaparse_la_CFLAGS = $(GST_CFLAGS)
libgstcdxaparse_la_LIBADD =
libgstcdxaparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)