[Telepathy-commits] [telepathy-qt4/master] spec/Makefile.am: fix out-of-tree build by using GNU-specific $(wildcard) operator

Simon McVittie simon.mcvittie at collabora.co.uk
Wed Nov 26 07:32:50 PST 2008


---
 spec/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/spec/Makefile.am b/spec/Makefile.am
index f0019f3..f4acb60 100644
--- a/spec/Makefile.am
+++ b/spec/Makefile.am
@@ -1 +1 @@
-EXTRA_DIST = *.xml
+EXTRA_DIST = $(wildcard *.xml)
-- 
1.5.6.5




More information about the Telepathy-commits mailing list