Blame ibus/Makefile.am

Packit Service 1d8f1c
# vim:set noet ts=4:
Packit Service 1d8f1c
#
Packit Service 1d8f1c
# ibus - The Input Bus
Packit Service 1d8f1c
#
Packit Service 1d8f1c
# Copyright (c) 2007-2014 Peng Huang <shawn.p.huang@gmail.com>
Packit Service 1d8f1c
# Copyright (c) 2007-2014 Red Hat, Inc.
Packit Service 1d8f1c
#
Packit Service 1d8f1c
# This library is free software; you can redistribute it and/or
Packit Service 1d8f1c
# modify it under the terms of the GNU Lesser General Public
Packit Service 1d8f1c
# License as published by the Free Software Foundation; either
Packit Service 1d8f1c
# version 2.1 of the License, or (at your option) any later version.
Packit Service 1d8f1c
#
Packit Service 1d8f1c
# This library is distributed in the hope that it will be useful,
Packit Service 1d8f1c
# but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service 1d8f1c
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit Service 1d8f1c
# Lesser General Public License for more details.
Packit Service 1d8f1c
#
Packit Service 1d8f1c
# You should have received a copy of the GNU Lesser General Public
Packit Service 1d8f1c
# License along with this library; if not, write to the Free Software
Packit Service 1d8f1c
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
Packit Service 1d8f1c
# USA
Packit Service 1d8f1c
SUBDIRS = \
Packit Service 1d8f1c
	interface \
Packit Service 1d8f1c
	$(NULL)
Packit Service 1d8f1c
Packit Service 1d8f1c
PYTHON = $(PYTHON2)
Packit Service 1d8f1c
Packit Service 1d8f1c
ibus_PYTHON = \
Packit Service 1d8f1c
	ascii.py \
Packit Service 1d8f1c
	application.py \
Packit Service 1d8f1c
	attribute.py \
Packit Service 1d8f1c
	common.py \
Packit Service 1d8f1c
	bus.py \
Packit Service 1d8f1c
	inputcontext.py \
Packit Service 1d8f1c
	engine.py \
Packit Service 1d8f1c
	exception.py \
Packit Service 1d8f1c
	factory.py \
Packit Service 1d8f1c
	_gtk.py \
Packit Service 1d8f1c
	__init__.py \
Packit Service 1d8f1c
	keysyms.py \
Packit Service 1d8f1c
	lang.py \
Packit Service 1d8f1c
	lookuptable.py \
Packit Service 1d8f1c
	modifier.py \
Packit Service 1d8f1c
	object.py \
Packit Service 1d8f1c
	panel.py \
Packit Service 1d8f1c
	notifications.py \
Packit Service 1d8f1c
	property.py \
Packit Service 1d8f1c
	serializable.py \
Packit Service 1d8f1c
	text.py \
Packit Service 1d8f1c
	component.py \
Packit Service 1d8f1c
	enginedesc.py \
Packit Service 1d8f1c
	observedpath.py \
Packit Service 1d8f1c
	utility.py \
Packit Service 1d8f1c
	config.py \
Packit Service 1d8f1c
	$(NULL)
Packit Service 1d8f1c
Packit Service 1d8f1c
nodist_ibus_PYTHON = \
Packit Service 1d8f1c
	_config.py \
Packit Service 1d8f1c
	$(NULL)
Packit Service 1d8f1c
Packit Service 1d8f1c
ibusdir = @pkgpython2dir@
Packit Service 1d8f1c
Packit Service 1d8f1c
EXTRA_DIST = \
Packit Service 1d8f1c
	_config.py.in \
Packit Service 1d8f1c
	$(NULL)
Packit Service 1d8f1c
Packit Service 1d8f1c
CLEANFILES = \
Packit Service 1d8f1c
	*.pyc \
Packit Service 1d8f1c
	$(NULL)
Packit Service 1d8f1c
Packit Service 1d8f1c
DISTCLEANFILES = \
Packit Service 1d8f1c
	_config.py \
Packit Service 1d8f1c
	$(NULL)
Packit Service 1d8f1c
Packit Service 1d8f1c
-include $(top_srcdir)/git.mk