[evolution-data-server] Bug 733183 - Do not include built sources in distribution



commit 97d0d0c86f50c1a41851ce5ac1d854f8998d1d9c
Author: Milan Crha <mcrha redhat com>
Date:   Wed Jul 16 11:31:40 2014 +0200

    Bug 733183 - Do not include built sources in distribution

 camel/Makefile.am          |    3 +++
 libebackend/Makefile.am    |    3 +++
 libedataserver/Makefile.am |    3 +++
 private/Makefile.am        |    3 +++
 4 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/camel/Makefile.am b/camel/Makefile.am
index 9643268..068d583 100644
--- a/camel/Makefile.am
+++ b/camel/Makefile.am
@@ -409,4 +409,7 @@ EXTRA_DIST = \
 CLEANFILES = $(BUILT_SOURCES)
 DISTCLEANFILES = $(pkgconfig_DATA)
 
+dist-hook:
+       cd $(distdir); rm -f $(BUILT_SOURCES)
+
 -include $(top_srcdir)/git.mk
diff --git a/libebackend/Makefile.am b/libebackend/Makefile.am
index afc1ab5..4cef9b0 100644
--- a/libebackend/Makefile.am
+++ b/libebackend/Makefile.am
@@ -151,4 +151,7 @@ CLEANFILES = $(gsettings_SCHEMAS:.xml=.valid)
 
 DISTCLEANFILES = $(pkgconfig_DATA)
 
+dist-hook:
+       cd $(distdir); rm -f $(BUILT_SOURCES)
+
 -include $(top_srcdir)/git.mk
diff --git a/libedataserver/Makefile.am b/libedataserver/Makefile.am
index 18b6dd8..9a154ba 100644
--- a/libedataserver/Makefile.am
+++ b/libedataserver/Makefile.am
@@ -210,6 +210,9 @@ DISTCLEANFILES = \
        $(pkgconfig_DATA) \
        $(NULL)
 
+dist-hook:
+       cd $(distdir); rm -f $(BUILT_SOURCES)
+
 -include $(INTROSPECTION_MAKEFILE)
 INTROSPECTION_GIRS =
 INTROSPECTION_SCANNER_ARGS = \
diff --git a/private/Makefile.am b/private/Makefile.am
index ec27561..0ff1d13 100644
--- a/private/Makefile.am
+++ b/private/Makefile.am
@@ -248,4 +248,7 @@ CLEANFILES = \
        $(BUILT_SOURCES) \
        $(NULL)
 
+dist-hook:
+       cd $(distdir); rm -f $(BUILT_SOURCES)
+
 -include $(top_srcdir)/git.mk


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