mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
18 lines
398 B
Makefile
18 lines
398 B
Makefile
|
plugin_LTLIBRARIES = libgsthalelements.la
|
||
|
|
||
|
libgsthalelements_la_SOURCES = \
|
||
|
gsthalaudiosink.c \
|
||
|
gsthalaudiosrc.c \
|
||
|
gsthalelements.c \
|
||
|
hal.c
|
||
|
|
||
|
libgsthalelements_la_CFLAGS = $(GST_CFLAGS) $(HAL_CFLAGS)
|
||
|
libgsthalelements_la_LIBADD = $(GST_LIBS) $(HAL_LIBS)
|
||
|
libgsthalelements_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||
|
|
||
|
noinst_HEADERS = \
|
||
|
gsthalaudiosink.h \
|
||
|
gsthalaudiosrc.h \
|
||
|
gsthalelements.h \
|
||
|
hal.h
|