From 33207a87645bf45e9ead5d16dbd94715420882b3 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Mon, 18 Feb 2008 10:00:05 +0000 Subject: [PATCH] Merge commit 'bari/marshalList' svn path=/trunk/; revision=651 --- libempathy-gtk/Makefile.am | 2 +- libempathy/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am index f5321517..fc039661 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -142,7 +142,7 @@ glade_DATA = \ empathy-gtk-marshal.list: $(libempathy_gtk_la_SOURCES) Makefile.am ( cd $(srcdir) && \ - sed -n -e 's/.*empathy_gtk_marshal_\([[:upper:]]*__[[:upper:]_]*\).*/\1/p' \ + sed -n -e 's/.*empathy_gtk_marshal_\([[:upper:][:digit:]]*__[[:upper:][:digit:]_]*\).*/\1/p' \ $(libempathy_gtk_la_SOURCES) ) \ | sed -e 's/__/:/' -e 'y/_/,/' | sort -u > $@.tmp if cmp -s $@.tmp $@; then \ diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index b952be27..90b3aa89 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -93,7 +93,7 @@ libempathy_include_HEADERS = \ empathy-marshal.list: $(libempathy_la_SOURCES) Makefile.am ( cd $(srcdir) && \ - sed -n -e 's/.*empathy_marshal_\([[:upper:]]*__[[:upper:]_]*\).*/\1/p' \ + sed -n -e 's/.*empathy_marshal_\([[:upper:][:digit:]]*__[[:upper:][:digit:]_]*\).*/\1/p' \ $(libempathy_la_SOURCES) ) \ | sed -e 's/__/:/' -e 'y/_/,/' | sort -u > $@.tmp if cmp -s $@.tmp $@; then \ -- 2.39.2