From: Emilio Pozuelo Monfort Date: Mon, 21 Feb 2011 15:59:52 +0000 (+0000) Subject: Fix make distcheck X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=5527cc3dc589a986c7aaeafc54b50101059e506a Fix make distcheck --- diff --git a/src/Makefile.am b/src/Makefile.am index 380a1c46..5dfa8383 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -229,7 +229,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; \