[vlc-commits] wl_screenshooter: fix Makefile dependencies

Rémi Denis-Courmont git at videolan.org
Wed Oct 1 19:36:37 CEST 2014


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

wl_screenshooter: fix Makefile dependencies

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

 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..f632a3f 100644
--- a/modules/access/Makefile.am
+++ b/modules/access/Makefile.am
@@ -198,8 +198,6 @@ if HAVE_XCB
 access_LTLIBRARIES += libxcb_screen_plugin.la
 endif
 
-libwl_screenshooter_plugin_la_DEPENDENCIES = \
-	access/screen/screenshooter-client-protocol.h
 libwl_screenshooter_plugin_la_SOURCES = \
 	access/screen/wayland.c
 nodist_libwl_screenshooter_plugin_la_SOURCES = \
@@ -211,6 +209,7 @@ libwl_screenshooter_plugin_la_LIBADD = $(WAYLAND_CLIENT_LIBS) \
 EXTRA_DIST += access/screen/screenshooter.xml
 CLEANFILES += $(nodist_libwl_screenshooter_plugin_la_SOURCES)
 if HAVE_WAYLAND
+BUILT_SOURCES += access/screen/screenshooter-client-protocol.h
 access_LTLIBRARIES += libwl_screenshooter_plugin.la
 endif
 



More information about the vlc-commits mailing list