summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-02-21 15:59:52 +0000
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-02-21 15:59:52 +0000
commit5527cc3dc589a986c7aaeafc54b50101059e506a (patch)
tree15aafc0c22a80ff4d862ff664fda2eb051b2fdae
parent41688dd942557db1da816f6ba5f6e8502de2c1c4 (diff)
Fix make distcheckEMPATHY_2_91_90
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 380a1c46c..5dfa83838 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; \