diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2017-05-16 14:05:52 -0400 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2017-05-16 14:05:52 -0400 |
commit | 4261692187c23eaf9be323a207bded94fbe164ea (patch) | |
tree | 58feab9339aed86f7e22596efab5db80dd3af0cf /ext/openni2 | |
parent | 1c6cd54477c0c467293d28601d51fdf931237a4b (diff) |
Remove plugin specific static build option
Static and dynamic plugins now have the same interface. The standard
--enable-static/--enable-shared toggle are sufficient.
Diffstat (limited to 'ext/openni2')
-rw-r--r-- | ext/openni2/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/openni2/Makefile.am b/ext/openni2/Makefile.am index f42477e1a..1ca5662ae 100644 --- a/ext/openni2/Makefile.am +++ b/ext/openni2/Makefile.am @@ -16,7 +16,6 @@ libgstopenni2_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(OPENNI2_LIBS) \ $(GSTPB_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) libgstopenni2_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgstopenni2_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) # headers we need but don't want installed -noinst_HEADERS = gstopenni2src.h
\ No newline at end of file +noinst_HEADERS = gstopenni2src.h |