From 825077d5916ab4cfa5716dcc6b9658495ec8a295 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Wed, 27 Mar 2019 11:15:53 +0200 Subject: [PATCH] autotools: Fix tags/cscope targets with autools This was introduced with a95bb6f7e554c1a7 (clients: Support explicit synchronization) Signed-off-by: Marius Vlad --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index b2bb61f6..5407b593 100644 --- a/Makefile.am +++ b/Makefile.am @@ -703,7 +703,7 @@ nodist_weston_simple_dmabuf_egl_SOURCES = \ protocol/linux-dmabuf-unstable-v1-protocol.c \ protocol/linux-dmabuf-unstable-v1-client-protocol.h \ protocol/linux-explicit-synchronization-unstable-v1-protocol.c \ - protocol/linux-explicit-synchronization-v1-client-protocol.h + protocol/linux-explicit-synchronization-unstable-v1-client-protocol.h weston_simple_dmabuf_egl_CFLAGS = $(AM_CFLAGS) $(SIMPLE_DMABUF_EGL_CLIENT_CFLAGS) weston_simple_dmabuf_egl_LDADD = $(SIMPLE_DMABUF_EGL_CLIENT_LIBS) libshared.la -lm endif