mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
9 lines
184 B
Makefile
9 lines
184 B
Makefile
|
filterdir = $(libdir)/gst
|
||
|
|
||
|
filter_LTLIBRARIES = libgstvolume.la
|
||
|
|
||
|
libgstvolume_la_SOURCES = gstvolume.c
|
||
|
libgstvolume_la_CFLAGS = $(GST_CFLAGS)
|
||
|
|
||
|
noinst_HEADERS = gstvolume.h filter.func
|