summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Barisione <marco@barisione.org>2008-02-12 12:27:38 +0000
committerMarco Barisione <marco@barisione.org>2008-02-12 12:27:38 +0000
commit2c1336ad2871a09022395221ae5101d39674fc76 (patch)
treee60b9c9e52260b100eb6e44ae175fe6a70079470
parent213e18355c8e495e30fe5223e099aa6f1ca4064f (diff)
downloadtelepathy-salut-2c1336ad2871a09022395221ae5101d39674fc76.tar.gz
src/Makefile.am: allow digits in type names while generating marshallers
20080212122738-f1355-11824aaf039c3c07e4f8fa2346fa6c56f80ff76d.gz
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 3d104342..9eeaeb34 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -106,7 +106,7 @@ $(top_builddir)/lib/gibber/libgibber.la:
signals-marshal.list: $(CORE_SOURCES) Makefile.am
( cd $(srcdir) && \
- sed -n -e 's/.*salut_signals_marshal_\([A-Z]*__[A-Z_]*\).*/\1/p' \
+ sed -n -e 's/.*salut_signals_marshal_\([A-Z0-9]*__[A-Z0-9_]*\).*/\1/p' \
$(CORE_SOURCES) ) \
| sed -e 's/__/:/' -e 'y/_/,/' | sort -u > $@.tmp
if cmp -s $@.tmp $@; then \