ibus/util/Makefile.am

30 строки
965 B
Makefile
Исходник Обычный вид История

2008-08-16 11:46:21 +04:00
# vim:set noet ts=4:
#
# ibus - The Input Bus
#
2010-01-09 22:29:59 +03:00
# Copyright (c) 2007-2010 Peng Huang <shawn.p.huang@gmail.com>
# Copyright (c) 2007-2010 Red Hat, Inc.
2008-08-16 11:46:21 +04:00
#
# 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.1 of the License, or (at your option) any later version.
2008-08-16 11:46:21 +04:00
#
# 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.
2008-08-16 11:46:21 +04:00
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
# USA
2008-08-16 11:46:21 +04:00
2010-06-05 17:28:04 +04:00
if ENABLE_XIM
2008-08-16 11:46:21 +04:00
SUBDIRS = \
IMdkit \
$(NULL)
2010-05-15 16:02:19 +04:00
endif
-include $(top_srcdir)/git.mk