Fix install location of introspect xml
authorMike Gorse <mgorse@boston.site>
Thu, 15 May 2008 19:08:52 +0000 (15:08 -0400)
committerMike Gorse <mgorse@boston.site>
Thu, 15 May 2008 19:08:52 +0000 (15:08 -0400)
xml/Makefile.am

index a4f66ce..58a2b2d 100644 (file)
@@ -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)