From 8fbda8efcec3b77e1e6bf37e237286b4f6edaaab Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 5 Dec 2013 09:07:19 -0500 Subject: [PATCH] Don't distribute generated sources This was causing problems when building 3.10.6 against an older wayland. --- gdk/wayland/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gdk/wayland/Makefile.am b/gdk/wayland/Makefile.am index 634e326211..af95021fc2 100644 --- a/gdk/wayland/Makefile.am +++ b/gdk/wayland/Makefile.am @@ -25,8 +25,10 @@ BUILT_SOURCES = \ gtk-shell-client-protocol.h \ gtk-shell-protocol.c +nodist_libgdk_wayland_la_SOURCES = \ + $(BUILT_SOURCES) + libgdk_wayland_la_SOURCES = \ - $(BUILT_SOURCES) \ gdkapplaunchcontext-wayland.c \ gdkcursor-wayland.c \ gdkdevice-wayland.c \