mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
f0bb7eef82
Original commit message from CVS: first batch
11 lines
322 B
Makefile
11 lines
322 B
Makefile
filterdir = $(libdir)/gst
|
|
|
|
filter_LTLIBRARIES = libgstossaudio.la libgstosshelper.la
|
|
|
|
libgstossaudio_la_SOURCES = gstosssink.c gstosssrc.c gstossaudio.c gstossgst.c
|
|
libgstossaudio_la_CFLAGS = $(GST_CFLAGS)
|
|
|
|
libgstosshelper_la_SOURCES = gstosshelper.c
|
|
|
|
noinst_HEADERS = gstosssink.h gstosssrc.h gstossgst.h gstosshelper.h
|
|
|