mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
11 lines
241 B
Makefile
11 lines
241 B
Makefile
|
plugindir = $(libdir)/gst
|
||
|
|
||
|
plugin_LTLIBRARIES = libgstflac.la
|
||
|
|
||
|
libgstflac_la_SOURCES = gstflac.c gstflacenc.c gstflacdec.c
|
||
|
|
||
|
noinst_HEADERS = gstflacenc.h gstflacdec.h
|
||
|
|
||
|
libgstflac_la_CFLAGS = $(GST_CFLAGS)
|
||
|
libgstflac_la_LIBADD = $(GST_LIBS)
|