summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLaurent Léonard <laurent@open-minds.org>2010-03-05 17:38:32 +0100
committerLaurent Léonard <laurent@open-minds.org>2010-03-05 17:38:32 +0100
commitf944460b569c4499da0e0090b9130356d7517d88 (patch)
tree0a7ffed85d551dde11adc28fe8a9c8d44cb1b209 /Makefile.am
parent022955770ae2df1cecd96113de3c1f0ddf43d81c (diff)
Imported Upstream version 0.7.7
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a02cd2618..09439c834 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,7 +9,9 @@ SUBDIRS = gnulib/lib include src daemon tools proxy docs gnulib/tests \
ACLOCAL_AMFLAGS = -I m4 -I gnulib/m4
-XML_EXAMPLES = $(wildcard examples/xml/test/*.xml) $(wildcard examples/xml/storage/*.xml)
+XML_EXAMPLES = \
+ $(patsubst $(srcdir)/%,%,$(wildcard $(addprefix $(srcdir)/examples/xml/, \
+ test/*.xml storage/*.xml)))
EXTRA_DIST = \
ChangeLog-old \