[mutter] build: Do not ship generated source-files in tarball
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] build: Do not ship generated source-files in tarball
- Date: Wed, 30 Oct 2013 22:50:52 +0000 (UTC)
commit 96543cb009690c9a3eb19593d7694484a2a1aa1f
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Wed Oct 30 23:42:12 2013 +0100
build: Do not ship generated source-files in tarball
src/Makefile.am | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 6f91327..738bbd2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -168,7 +168,9 @@ libmutter_la_SOURCES = \
ui/theme.c \
meta/theme.h \
ui/theme-private.h \
- ui/ui.c \
+ ui/ui.c
+
+nodist_libmutter_la_SOURCES = \
$(mutter_built_sources)
libmutter_la_LDFLAGS = -no-undefined
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]