[empathy/gnome-2-34] Fix make distcheck



commit 1c9453749700b6d2c93da33ce9603b11af0389dc
Author: Emilio Pozuelo Monfort <emilio pozuelo collabora co uk>
Date:   Mon Feb 21 15:59:52 2011 +0000

    Fix make distcheck

 src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index ffa7083..18a951b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -224,7 +224,7 @@ dist_man_MANS =			\
 src-marshal.list: $(empathy_SOURCES) Makefile.am
 	$(AM_V_GEN)( cd $(srcdir) && \
 	sed -n -e 's/.*src_marshal_\([[:upper:][:digit:]]*__[[:upper:][:digit:]_]*\).*/\1/p' \
-	$(wildcard *.c) ) \
+	$(empathy_SOURCES) $(empathy_av_SOURCES) ) \
 	| sed -e 's/__/:/' -e 'y/_/,/' | sort -u > $  tmp
 	@if cmp -s $  tmp $@; then \
 		rm $  tmp; \



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