mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
[055/906] * configure.ac: * docs/Makefile.am: * gst-libs/Makefile.am: * gst-libs/gst/gl/Makefile.am: * gst/gl/Makefile.am: * tests/Makefile.am: Fix compilation in uninstalled setup and some distcheck-y bits (not all though).
This commit is contained in:
parent
e0f6fa8e62
commit
2134ce8c9c
1 changed files with 2 additions and 2 deletions
|
@ -13,11 +13,11 @@ libgstgl_@GST_MAJORMINOR@include_HEADERS = \
|
||||||
gstgldisplay.h
|
gstgldisplay.h
|
||||||
|
|
||||||
libgstgl_@GST_MAJORMINOR@_la_LIBADD = \
|
libgstgl_@GST_MAJORMINOR@_la_LIBADD = \
|
||||||
$(GSTPB_LIBS) $(GST_BASE_LIBS) $(GST_LIBS) \
|
$(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS) \
|
||||||
$(X_LIBS) $(GL_LIBS)
|
$(X_LIBS) $(GL_LIBS)
|
||||||
|
|
||||||
libgstgl_@GST_MAJORMINOR@_la_CFLAGS = \
|
libgstgl_@GST_MAJORMINOR@_la_CFLAGS = \
|
||||||
$(GSTPB_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
$(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
||||||
|
|
||||||
libgstgl_@GST_MAJORMINOR@_la_LDFLAGS = \
|
libgstgl_@GST_MAJORMINOR@_la_LDFLAGS = \
|
||||||
$(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
|
$(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
|
||||||
|
|
Loading…
Reference in a new issue