summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2014-01-26 14:40:08 +0800
committerPeng Wu <alexepico@gmail.com>2014-01-26 14:40:08 +0800
commit706a20d35cd62358a835f8674a8ec26cde853ff5 (patch)
treeb88db38816a57b31e3498cd868b110a0fd1e4d0f /src
parentb193d635b23aaf6fdc0ce552b518d5e7082f7501 (diff)
downloadibus-libzhuyin-706a20d35cd62358a835f8674a8ec26cde853ff5.tar.gz
ibus-libzhuyin-706a20d35cd62358a835f8674a8ec26cde853ff5.tar.xz
ibus-libzhuyin-706a20d35cd62358a835f8674a8ec26cde853ff5.zip
fixes automake
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am20
1 files changed, 19 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index f026c5d..8ea3486 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,4 +1,22 @@
-## Process this file with automake to produce Makefile.in
+# vim:set noet ts=4:
+#
+# ibus-libzhuyin - New Zhuyin engine based on libzhuyin for IBus
+#
+# Copyright (c) 2014 Peng Wu <alexepico@gmail.com>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
AM_CPPFLAGS = \
-DPACKAGE_LOCALE_DIR=\""$(localedir)"\" \