diff options
| author | Huang Peng <shawn.p.huang@gmail.com> | 2008-07-23 14:13:37 +0800 |
|---|---|---|
| committer | Huang Peng <shawn.p.huang@gmail.com> | 2008-07-23 14:13:37 +0800 |
| commit | cb388f451b8d4f9bd9e4133e73c0c98aed325692 (patch) | |
| tree | 96a3ddb593c16d94185591b2a89e07e04423c65a /daemon | |
| parent | 90f1e606a70588a425bc7ff9ec6169aae847b6ec (diff) | |
| download | ibus-cb388f451b8d4f9bd9e4133e73c0c98aed325692.tar.gz ibus-cb388f451b8d4f9bd9e4133e73c0c98aed325692.tar.xz ibus-cb388f451b8d4f9bd9e4133e73c0c98aed325692.zip | |
Implement ibus xim agent.
Diffstat (limited to 'daemon')
| -rw-r--r-- | daemon/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 3447e5d..57c1523 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -46,4 +46,4 @@ EXTRA_DIST = \ $(NULL) test: - $(ENV) PYTHONPATH=$(top_srcdir) $(PYTHON) $(srcdir)/ibusdaemon.py + $(ENV) DBUS_DEBUG=true PYTHONPATH=$(top_srcdir) $(PYTHON) $(srcdir)/ibusdaemon.py |
