summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2019-03-27 11:15:53 +0200
committerMarius Vlad <marius.vlad@collabora.com>2019-03-27 11:55:39 +0200
commit825077d5916ab4cfa5716dcc6b9658495ec8a295 (patch)
tree0c2b53ecacd46e61181057467f35c03a7670d213
parentcc64cc3717ab39882df37bc244d1ac6cf8526f93 (diff)
downloadweston-825077d5916ab4cfa5716dcc6b9658495ec8a295.tar.gz
autotools: Fix tags/cscope targets with autools
This was introduced with a95bb6f7e554c1a7 (clients: Support explicit synchronization) Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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