[vlc-commits] wl_screenshooter: fix Makefile dependencies

Rémi Denis-Courmont git at videolan.org
Wed Oct 1 18:43:48 CEST 2014


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Oct  1 19:41:32 2014 +0300| [4da2ae1d680b1412945ef71e142411b4d624506b] | committer: Rémi Denis-Courmont

wl_screenshooter: fix Makefile dependencies

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4da2ae1d680b1412945ef71e142411b4d624506b
---

 modules/access/Makefile.am |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/modules/access/Makefile.am b/modules/access/Makefile.am
index f536b7b..a91fae7 100644
--- a/modules/access/Makefile.am
+++ b/modules/access/Makefile.am
@@ -198,8 +198,7 @@ if HAVE_XCB
 access_LTLIBRARIES += libxcb_screen_plugin.la
 endif
 
-libwl_screenshooter_plugin_la_DEPENDENCIES = \
-	access/screen/screenshooter-client-protocol.h
+BUILT_SOURCES += access/screen/screenshooter-client-protocol.h
 libwl_screenshooter_plugin_la_SOURCES = \
 	access/screen/wayland.c
 nodist_libwl_screenshooter_plugin_la_SOURCES = \



More information about the vlc-commits mailing list