From ca747e94b33ad061aca24b6b52be206421455684 Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Thu, 15 May 2008 15:08:52 -0400 Subject: [PATCH] Fix install location of introspect xml --- xml/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xml/Makefile.am b/xml/Makefile.am index a4f66ce..58a2b2d 100644 --- a/xml/Makefile.am +++ b/xml/Makefile.am @@ -33,4 +33,5 @@ INTROSPECT_FILES = $(addprefix introspection/,$(patsubst %.xml,%,$(filter org.fr $(INTROSPECT_FILES): introspection/%: %.xml ../tools/spec-to-introspect.xsl xsltproc ../tools/spec-to-introspect.xsl $< |sed -e 's@xmlns:tp="http://telepathy\.freedesktop\.org/wiki/DbusSpec.extensions-v0"@@g' >$@ -dist_pkgdata_DATA = $(INTROSPECT_FILES) +introspectdir = $(pkgdatadir)/dbus +dist_introspect_DATA = $(INTROSPECT_FILES) -- 2.7.4