summaryrefslogtreecommitdiffstats
path: root/gst/wavenc/Makefile.am
blob: b198bc3b833ed3d386cdf33ef2026b9e747711ed (plain)
1
2
3
4
5
6
7
8
9
10
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@

plugin_LTLIBRARIES = libgstwavenc.la

libgstwavenc_la_SOURCES = gstwavenc.c
libgstwavenc_la_CFLAGS = $(GST_CFLAGS)
libgstwavenc_la_LIBADD =
libgstwavenc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)

noinst_HEADERS = gstwavenc.h