diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-06-22 12:06:59 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-06-22 12:07:40 +0100 |
commit | f9ef0f03c6398cd1d3e9bffeae97f81c1b0a2c8e (patch) | |
tree | b11e23745ffe258b6851a9d4a4ad2422123c861f /vala | |
parent | d6db63d248055860090098a7e5a61fa6535e78a7 (diff) | |
download | telepathy-glib-f9ef0f03c6398cd1d3e9bffeae97f81c1b0a2c8e.tar.gz |
vala: don't try to distribute generated files
This effectively makes distcheck fail whenever Vala is unavailable or
disabled, which isn't what we want.
Diffstat (limited to 'vala')
-rw-r--r-- | vala/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vala/Makefile.am b/vala/Makefile.am index 9c5a8cdaa..a4cbdf077 100644 --- a/vala/Makefile.am +++ b/vala/Makefile.am @@ -17,10 +17,6 @@ telepathy-glib.vapi: $(top_srcdir)/telepathy-glib/TelepathyGLib-0.12.gir $< \ $(NULL) -EXTRA_DIST = \ - $(BUILT_SOURCES) \ - $(NULL) - CLEANFILES = \ $(BUILT_SOURCES) \ $(NULL) |