From 81f1ef9e2a96b8dfa7172a7a587bf65df17b89ce Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 25 Jun 2009 09:05:21 -0500 Subject: Adding in a python path to pick up the module --- tests/dbusmenu-gtk/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/dbusmenu-gtk/Makefile.am b/tests/dbusmenu-gtk/Makefile.am index 2db9809..976646f 100644 --- a/tests/dbusmenu-gtk/Makefile.am +++ b/tests/dbusmenu-gtk/Makefile.am @@ -4,7 +4,7 @@ check: tests tests: mago mago: dbusmenu.xml - mago -f $(builddir)/dbusmenu.xml + PYTHONPATH=$(srcdir) mago -f $(builddir)/dbusmenu.xml dbusmenu.xml: dbusmenu.xml.in sed -e "s|\@srcdir\@|$(srcdir)|" $< > $@ -- cgit v1.2.3