diff options
author | Ted Gould <ted@canonical.com> | 2009-06-25 09:05:21 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-06-25 09:05:21 -0500 |
commit | 81f1ef9e2a96b8dfa7172a7a587bf65df17b89ce (patch) | |
tree | 4cc40573b77f81dc37651865ccdb25aca23e1a43 /tests/dbusmenu-gtk | |
parent | 03fc59989ff70dbaabb4fb202fc5850fcf7e9b96 (diff) | |
download | libdbusmenu-81f1ef9e2a96b8dfa7172a7a587bf65df17b89ce.tar.gz libdbusmenu-81f1ef9e2a96b8dfa7172a7a587bf65df17b89ce.tar.bz2 libdbusmenu-81f1ef9e2a96b8dfa7172a7a587bf65df17b89ce.zip |
Adding in a python path to pick up the module
Diffstat (limited to 'tests/dbusmenu-gtk')
-rw-r--r-- | tests/dbusmenu-gtk/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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)|" $< > $@ |