build: List xdg protocol files as nodist SOURCEs
This commit is contained in:
+4
-4
@@ -377,8 +377,8 @@ demo_clients += \
|
|||||||
weston-simple-touch \
|
weston-simple-touch \
|
||||||
weston-multi-resource
|
weston-multi-resource
|
||||||
|
|
||||||
weston_simple_shm_SOURCES = \
|
weston_simple_shm_SOURCES = clients/simple-shm.c
|
||||||
clients/simple-shm.c \
|
nodist_weston_simple_shm_SOURCES = \
|
||||||
protocol/xdg-shell-protocol.c \
|
protocol/xdg-shell-protocol.c \
|
||||||
protocol/xdg-shell-client-protocol.h
|
protocol/xdg-shell-client-protocol.h
|
||||||
weston_simple_shm_CFLAGS = $(AM_CFLAGS) $(SIMPLE_CLIENT_CFLAGS)
|
weston_simple_shm_CFLAGS = $(AM_CFLAGS) $(SIMPLE_CLIENT_CFLAGS)
|
||||||
@@ -395,8 +395,8 @@ endif
|
|||||||
|
|
||||||
if BUILD_SIMPLE_EGL_CLIENTS
|
if BUILD_SIMPLE_EGL_CLIENTS
|
||||||
demo_clients += weston-simple-egl
|
demo_clients += weston-simple-egl
|
||||||
weston_simple_egl_SOURCES = \
|
weston_simple_egl_SOURCES = clients/simple-egl.c
|
||||||
clients/simple-egl.c \
|
nodist_weston_simple_egl_SOURCES = \
|
||||||
protocol/xdg-shell-protocol.c \
|
protocol/xdg-shell-protocol.c \
|
||||||
protocol/xdg-shell-client-protocol.h
|
protocol/xdg-shell-client-protocol.h
|
||||||
weston_simple_egl_CFLAGS = $(AM_CFLAGS) $(SIMPLE_EGL_CLIENT_CFLAGS)
|
weston_simple_egl_CFLAGS = $(AM_CFLAGS) $(SIMPLE_EGL_CLIENT_CFLAGS)
|
||||||
|
|||||||
Reference in New Issue
Block a user