aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorWilliam Hua <william.hua@canonical.com>2014-02-20 16:16:26 +0000
committerCI bot <ps-jenkins@lists.canonical.com>2014-02-20 16:16:26 +0000
commitbbd49ff9bd07c7c90c25015d7b3e432fd5dc2a8b (patch)
treeef794bfd8f0cffbe4b2eec969e6036eec0ac8eed /lib/Makefile.am
parent42303ce54d43f542f8e06569291751dae85e04c1 (diff)
parentb17eaf696186c824d67e37d0e99189511c441545 (diff)
downloadayatana-indicator-keyboard-bbd49ff9bd07c7c90c25015d7b3e432fd5dc2a8b.tar.gz
ayatana-indicator-keyboard-bbd49ff9bd07c7c90c25015d7b3e432fd5dc2a8b.tar.bz2
ayatana-indicator-keyboard-bbd49ff9bd07c7c90c25015d7b3e432fd5dc2a8b.zip
Implement the IBus panel within the indicator.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 0e7cd266..7432d15c 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -2,12 +2,14 @@ libexec_PROGRAMS = indicator-keyboard-service
AM_CFLAGS = -w -DGNOME_DESKTOP_USE_UNSTABLE_API
AM_LDFLAGS = -lm
-AM_VALAFLAGS = --metadatadir $(top_srcdir)/deps \
+AM_VALAFLAGS = --enable-experimental-non-null \
+ --metadatadir $(top_srcdir)/deps \
--vapidir $(top_srcdir)/deps
indicator_keyboard_service_SOURCES = main.vala \
source.vala \
common.vala \
+ ibus-menu.vala \
window-stack.vala \
unity-greeter.vala
indicator_keyboard_service_VALAFLAGS = $(AM_VALAFLAGS) \