From 96543cb009690c9a3eb19593d7694484a2a1aa1f Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Wed, 30 Oct 2013 23:42:12 +0100 Subject: [PATCH] build: Do not ship generated source-files in tarball --- src/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 6f913277e..738bbd2db 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