diff options
| author | Huang Peng <shawn.p.huang@gmail.com> | 2008-09-24 17:58:59 +0800 |
|---|---|---|
| committer | Huang Peng <shawn.p.huang@gmail.com> | 2008-09-24 17:58:59 +0800 |
| commit | 500d101d8e7016a3a81685304f7524ac884848e4 (patch) | |
| tree | b9346f8f4e1b73e6bbb8a9ce8a4c77fbc82ac8e0 /daemon/Makefile.am | |
| parent | 743c41803aa27d5a9f2dee257f9831fe7239ab59 (diff) | |
| download | ibus-500d101d8e7016a3a81685304f7524ac884848e4.tar.gz ibus-500d101d8e7016a3a81685304f7524ac884848e4.tar.xz ibus-500d101d8e7016a3a81685304f7524ac884848e4.zip | |
Fix problem in test task in Makefile.am
Diffstat (limited to 'daemon/Makefile.am')
| -rw-r--r-- | daemon/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 5681bd1..1fabf8a 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -49,4 +49,8 @@ EXTRA_DIST = \ $(NULL) test: - $(ENV) DBUS_DEBUG=true PYTHONPATH=$(top_srcdir) $(PYTHON) $(srcdir)/ibusdaemon.py + $(ENV) \ + DBUS_DEBUG=true \ + PYTHONPATH=$${PYTHONPATH}:$(top_srcdir) \ + IBUS_DATAROOTDIR=${datarootdir} \ + $(PYTHON) $(srcdir)/ibusdaemon.py |
