From fc4aa73aca841de1f8fc58e7d9f7a6768730a51f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 17 Jun 2014 13:11:29 +0100 Subject: [PATCH] gst-libs: fix uninstalled build of new wayland lib --- gst-libs/gst/wayland/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/gst-libs/gst/wayland/Makefile.am b/gst-libs/gst/wayland/Makefile.am index b5fb5eae80..e3e75711a7 100644 --- a/gst-libs/gst/wayland/Makefile.am +++ b/gst-libs/gst/wayland/Makefile.am @@ -9,6 +9,7 @@ libgstwayland_@GST_API_VERSION@include_HEADERS = wayland.h libgstwayland_@GST_API_VERSION@_la_CFLAGS = \ $(GST_PLUGINS_BAD_CFLAGS) \ + $(GST_PLUGINS_BASE_CFLAGS) \ $(GST_CFLAGS) \ $(WAYLAND_CFLAGS)