aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-12-01 21:01:36 -0600
committerTed Gould <ted@gould.cx>2010-12-01 21:01:36 -0600
commite3582434262f474412ac40b864f5bbc128973c40 (patch)
tree4f5a23181ce1ddbeb09f8c9f140420468eb7ee58 /libdbusmenu-glib/Makefile.am
parent8d13b4941e5a520d9dbfffb87a03996c8cb38c98 (diff)
downloadlibdbusmenu-e3582434262f474412ac40b864f5bbc128973c40.tar.gz
libdbusmenu-e3582434262f474412ac40b864f5bbc128973c40.tar.bz2
libdbusmenu-e3582434262f474412ac40b864f5bbc128973c40.zip
Putting the XSLT Processor into the configuration file.
Diffstat (limited to 'libdbusmenu-glib/Makefile.am')
-rw-r--r--libdbusmenu-glib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdbusmenu-glib/Makefile.am b/libdbusmenu-glib/Makefile.am
index e5a99a2..0020d59 100644
--- a/libdbusmenu-glib/Makefile.am
+++ b/libdbusmenu-glib/Makefile.am
@@ -64,7 +64,7 @@ pkgconfigdir = $(libdir)/pkgconfig
echo ";" >> $@
dbus-menu-clean.xml: dbus-menu.xml
- xsltproc $(srcdir)/clean-namespaces.xslt $< > $@ || (rm -f $@ && /bin/false)
+ $(XSLT_PROC) $(srcdir)/clean-namespaces.xslt $< > $@ || (rm -f $@ && /bin/false)
CLEANFILES += dbus-menu-clean.xml