X-Git-Url: https://git.0d.be/?p=empathy.git;a=blobdiff_plain;f=libempathy%2FMakefile.am;h=90b3aa891c8fa3cefee2e8be5d224dd5c113bcdd;hp=b952be270ee0137a816ff633de18407326909e23;hb=33207a87645bf45e9ead5d16dbd94715420882b3;hpb=3536ae5d77fbd36458956536134a39d3c59de5fc 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 \