[file-roller] do not distribute built sources.



commit 26b7697c92a607c893cbc4983ed3986fdb2d291d
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Wed Jul 1 09:44:04 2009 +0200

    do not distribute built sources.
    
    [fixed bug #587491]

 src/Makefile.am |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 70447a7..6bcd6ee 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -176,4 +176,7 @@ EXTRA_DIST = fr-marshal.list
 
 CLEANFILES = $(BUILT_SOURCES)
 
+dist-hook:
+	cd $(distdir); rm -f $(CLEANFILES)
+
 -include $(top_srcdir)/git.mk



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