diff options
| author | Huang Peng <shawn.p.huang@gmail.com> | 2008-06-25 10:41:59 +0800 |
|---|---|---|
| committer | Huang Peng <shawn.p.huang@gmail.com> | 2008-06-25 10:41:59 +0800 |
| commit | 1c3371e3c3e6fc6d1697aac8899ed733d37ab71e (patch) | |
| tree | 5628021925cabbeb717c8540740d7cf930a7f37d /daemon/Makefile.am | |
| parent | 3a89b79bb898eb1c6a5fc52c3e16ff6cd4bcde87 (diff) | |
| download | ibus-1c3371e3c3e6fc6d1697aac8899ed733d37ab71e.tar.gz ibus-1c3371e3c3e6fc6d1697aac8899ed733d37ab71e.tar.xz ibus-1c3371e3c3e6fc6d1697aac8899ed733d37ab71e.zip | |
Rename folder ibusdaemon to daemon.
Diffstat (limited to 'daemon/Makefile.am')
| -rw-r--r-- | daemon/Makefile.am | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am new file mode 100644 index 0000000..760bd37 --- /dev/null +++ b/daemon/Makefile.am @@ -0,0 +1,47 @@ +# vim:set noet ts=4: +# +# ibus - The Input Bus +# +# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com> +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this program; if not, write to the +# Free Software Foundation, Inc., 59 Temple Place, Suite 330, +# Boston, MA 02111-1307 USA +ibusdaemon_PYTHON = \ + bus.py \ + connection.py \ + contextmanager.py \ + enginefactory.py \ + engine.py \ + factorymanager.py \ + ibusdaemon.py \ + inputcontext.py \ + lookuptable.py \ + panel.py \ + $(NULL) + +libexec_SCRIPTS = ibus-daemon + +ibusdaemondir = $(pkgdatadir)/daemon + +CLEANFILES = \ + *.pyc \ + $(NULL) + +EXTRA_DIST = \ + ibus-daemon.in \ + $(NULL) + +test: + $(ENV) PYTHONPATH=$(top_srcdir) $(PYTHON) $(srcdir)/ibusdaemon.py |
