summaryrefslogtreecommitdiffstats
path: root/ext/hal/Makefile.am
blob: 6585936dbead6f77b6a0daec25c1983372f889cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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