]> git.0d.be Git - empathy.git/commitdiff
src: give empathy-call sources to the marshal generator
authorJonny Lamb <jonny.lamb@collabora.co.uk>
Wed, 27 Jul 2011 16:24:58 +0000 (17:24 +0100)
committerJonny Lamb <jonny.lamb@collabora.co.uk>
Fri, 29 Jul 2011 10:02:07 +0000 (11:02 +0100)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
src/Makefile.am

index 2a34494ebd12b278bb651e1bb3ba97260008ab42..e6574077d3dbee87dda1e2c81c65b6fc091c17ce 100644 (file)
@@ -262,10 +262,10 @@ dist_man_MANS =                   \
        empathy.1 \
        empathy-accounts.1
 
-src-marshal.list: $(empathy_SOURCES) Makefile.am
+src-marshal.list: $(empathy_SOURCES) $(empathy_call_SOURCES) Makefile.am
        $(AM_V_GEN)( cd $(srcdir) && \
        sed -n -e 's/.*src_marshal_\([[:upper:][:digit:]]*__[[:upper:][:digit:]_]*\).*/\1/p' \
-       $(empathy_SOURCES) $(empathy_av_SOURCES) ) \
+       $(empathy_SOURCES) $(empathy_av_SOURCES) $(empathy_call_SOURCES) ) \
        | sed -e 's/__/:/' -e 'y/_/,/' | sort -u > $@.tmp
        @if cmp -s $@.tmp $@; then \
                rm $@.tmp; \