diff options
| author | Huang Peng <shawn.p.huang@gmail.com> | 2008-08-17 22:15:56 +0800 |
|---|---|---|
| committer | Huang Peng <shawn.p.huang@gmail.com> | 2008-08-17 22:15:56 +0800 |
| commit | 7b47c05b0b9cae55eb818a765dcd3aaee57d16e8 (patch) | |
| tree | 73eaa082f8c6ccce128fd4f38a8b51b910952aaa /setup/Makefile.am | |
| parent | 95a6289bcd2c2e7ddba727d82da0fe992208c487 (diff) | |
| download | ibus-7b47c05b0b9cae55eb818a765dcd3aaee57d16e8.tar.gz ibus-7b47c05b0b9cae55eb818a765dcd3aaee57d16e8.tar.xz ibus-7b47c05b0b9cae55eb818a765dcd3aaee57d16e8.zip | |
Add lookup table orientation configure item.
Diffstat (limited to 'setup/Makefile.am')
| -rw-r--r-- | setup/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/setup/Makefile.am b/setup/Makefile.am index b8d54a6..2c4946e 100644 --- a/setup/Makefile.am +++ b/setup/Makefile.am @@ -46,4 +46,8 @@ EXTRA_DIST = \ $(NULL) test: - $(ENV) PYTHONPATH=$(top_srcdir) $(PYTHON) $(srcdir)/main.py + $(ENV) \ + PYTHONPATH=$(top_srcdir) \ + IBUS_PREFIX="/usr" \ + $(PYTHON) \ + $(srcdir)/main.py |
