mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
10 lines
219 B
Makefile
10 lines
219 B
Makefile
|
|
||
|
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
|