summaryrefslogtreecommitdiff
path: root/ext/openni2/Makefile.am
blob: 1ca5662ae2ae8efc87065b482380d875dd83a844 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
plugin_LTLIBRARIES = libgstopenni2.la

# sources used to compile this plug-in
libgstopenni2_la_SOURCES = gstopenni2.cpp \
                          gstopenni2src.cpp

libgstopenni2_la_CXXFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CXXFLAGS) $(OPENNI2_CFLAGS)

# flags used to compile this facedetect
# add other _CFLAGS and _LIBS as needed
#
libgstopenni2_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \
                       $(GST_CFLAGS) $(OPENNI2_CFLAGS)

libgstopenni2_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(OPENNI2_LIBS) \
                       $(GSTPB_BASE_LIBS) -lgstvideo-$(GST_API_VERSION)

libgstopenni2_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)

# headers we need but don't want installed
noinst_HEADERS = gstopenni2src.h