summaryrefslogtreecommitdiffstats
path: root/gst/auparse/Makefile.am
blob: b6e0c2a680ec8245ad9fd6e8eb23ffd6ae025700 (plain)
1
2
3
4
5
6
7
8
9
10
plugindir = $(libdir)/gst

plugin_LTLIBRARIES = libgstauparse.la

libgstauparse_la_SOURCES = gstauparse.c
libgstauparse_la_CFLAGS = $(GST_CFLAGS)
libgstauparse_la_LIBADD = $(GST_LIBS)
libgstauparse_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@

noinst_HEADERS = gstauparse.h