Move engineabout dialog into a new python file.
[platform/upstream/ibus.git] / setup / Makefile.am
1 # vim:set noet ts=4:
2 #
3 # ibus - The Input Bus
4 #
5 # Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
6 #
7 # This library is free software; you can redistribute it and/or
8 # modify it under the terms of the GNU Lesser General Public
9 # License as published by the Free Software Foundation; either
10 # version 2 of the License, or (at your option) any later version.
11 #
12 # This library is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 # GNU Lesser General Public License for more details.
16 #
17 # You should have received a copy of the GNU Lesser General Public
18 # License along with this program; if not, write to the
19 # Free Software Foundation, Inc., 59 Temple Place, Suite 330,
20 # Boston, MA  02111-1307  USA
21
22 ibussetup_PYTHON = \
23         main.py \
24         icon.py \
25         enginecombobox.py \
26         enginetreeview.py \
27         engineabout.py \
28         keyboardshortcut.py \
29         $(NULL)
30
31 ibussetup_DATA = \
32         setup.glade \
33         $(NULL)
34
35 bin_SCRIPTS = ibus-setup
36 ibussetupdir = $(pkgdatadir)/setup
37
38 desktopdir = $(datadir)/applications
39 desktop_in_files = ibus-setup.desktop.in
40 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
41 @INTLTOOL_DESKTOP_RULE@
42
43 CLEANFILES = \
44         *.pyc \
45         ibus-setup \
46         $(NULL)
47
48 EXTRA_DIST = \
49         ibus-setup.in \
50         setup.glade \
51         $(desktop_in_files) \
52         $(NULL)
53
54 DISTCLEANFILES = \
55         $(desktop_DATA) \
56         $(NULL)
57
58 test:
59         $(ENV) \
60                 PYTHONPATH=$(top_srcdir) \
61                 IBUS_PREFIX="/usr" \
62                 $(PYTHON) \
63                 $(srcdir)/main.py