Don't distribute generated sources

This was causing problems when building 3.10.6 against an older
wayland.
This commit is contained in:
Matthias Clasen 2013-12-05 09:07:19 -05:00
parent d736e8baf9
commit 8fbda8efce

View File

@ -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 \