empathy r651 - in trunk: libempathy libempathy-gtk



Author: xclaesse
Date: Mon Feb 18 10:00:05 2008
New Revision: 651
URL: http://svn.gnome.org/viewvc/empathy?rev=651&view=rev

Log:
Merge commit 'bari/marshalList'


Modified:
   trunk/libempathy-gtk/Makefile.am
   trunk/libempathy/Makefile.am

Modified: trunk/libempathy-gtk/Makefile.am
==============================================================================
--- trunk/libempathy-gtk/Makefile.am	(original)
+++ trunk/libempathy-gtk/Makefile.am	Mon Feb 18 10:00:05 2008
@@ -142,7 +142,7 @@
 
 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 \

Modified: trunk/libempathy/Makefile.am
==============================================================================
--- trunk/libempathy/Makefile.am	(original)
+++ trunk/libempathy/Makefile.am	Mon Feb 18 10:00:05 2008
@@ -93,7 +93,7 @@
 
 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 \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]