[empathy: 10/23] src: give empathy-call sources to the marshal generator
- From: Jonny Lamb <jonnylamb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy: 10/23] src: give empathy-call sources to the marshal generator
- Date: Mon, 1 Aug 2011 12:51:14 +0000 (UTC)
commit 204fa9e744560be4bc0fbafbc5af95a3cf6b3a12
Author: Jonny Lamb <jonny lamb collabora co uk>
Date: Wed Jul 27 17:24:58 2011 +0100
src: give empathy-call sources to the marshal generator
Signed-off-by: Jonny Lamb <jonny lamb collabora co uk>
src/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 2a34494..e657407 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -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; \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]