summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-11-26 15:32:50 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-11-26 15:32:50 +0000
commita9aa6da8d8dfb2b65a2996859e76eab6dab60d6a (patch)
tree966b5a25ea5372cdd1b37e08cebd56e68d7676b8 /spec
parent8117bec028653abaa5b272476962725663f08e70 (diff)
spec/Makefile.am: fix out-of-tree build by using GNU-specific $(wildcard) operator
Diffstat (limited to 'spec')
-rw-r--r--spec/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/Makefile.am b/spec/Makefile.am
index f0019f33..f4acb60a 100644
--- a/spec/Makefile.am
+++ b/spec/Makefile.am
@@ -1 +1 @@
-EXTRA_DIST = *.xml
+EXTRA_DIST = $(wildcard *.xml)