[gtk+/gtk-3-10] Don't distribute generated sources
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-3-10] Don't distribute generated sources
- Date: Thu, 5 Dec 2013 14:09:48 +0000 (UTC)
commit 8dd899dae5f26d60611dae735fc487b81158f9cd
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 bc5375c..488ad67 100644
--- a/gdk/wayland/Makefile.am
+++ b/gdk/wayland/Makefile.am
@@ -23,8 +23,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]