mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-10 00:12:48 +00:00
8 lines
202 B
Makefile
8 lines
202 B
Makefile
filterdir = $(libdir)/gst
|
|
|
|
filter_LTLIBRARIES = libgstwavparse.la
|
|
|
|
libgstwavparse_la_SOURCES = gstwavparse.c gstriff.c
|
|
libgstwavparse_la_CFLAGS = $(GST_CFLAGS)
|
|
|
|
noinst_HEADERS = gstwavparse.h gstriff.h
|