summaryrefslogtreecommitdiff
path: root/plugins/nle/Makefile.am
blob: 2e8fa57de1f9c41a6b770cf63f0f2ad50a6094ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
plugin_LTLIBRARIES = libgstnle.la

libgstnle_la_SOURCES = gstnle.c \
	nleobject.c		\
	nlecomposition.c	\
	nleghostpad.c		\
	nleoperation.c		\
	nlesource.c		\
	nleurisource.c

libgstnle_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) \
	$(GST_BASE_CFLAGS) $(GST_CFLAGS) \
	-I$(top_srcdir)

libgstnle_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
	$(GST_BASE_LIBS) $(GST_LIBS)

libgstnle_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstnle_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)

noinst_HEADERS = \
	nle.h			\
	nleobject.h		\
	nlecomposition.h	\
	nletypes.h		\
	nleghostpad.h		\
	nleoperation.h		\
	nlesource.h		\
	nletypes.h		\
	nleurisource.h