[gtk+] Don't distribute generated sources



commit 8fbda8efcec3b77e1e6bf37e237286b4f6edaaab
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Dec 5 09:07:19 2013 -0500

    Don't distribute generated sources
    
    This was causing problems when building 3.10.6 against an older
    wayland.

 gdk/wayland/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/gdk/wayland/Makefile.am b/gdk/wayland/Makefile.am
index 634e326..af95021 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                     \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]