diff options
author | William Hua <william.hua@canonical.com> | 2013-06-21 17:39:31 -0400 |
---|---|---|
committer | William Hua <william.hua@canonical.com> | 2013-06-21 17:39:31 -0400 |
commit | b4660d9b7e22bbcebac465b67edb5e1bfee1308e (patch) | |
tree | e8a57a7cb3c44d6f189ef910a10a0779d4723568 /lib/Makefile.am | |
parent | bba9546d3b6270348f3dba1d9788782182536035 (diff) | |
download | ayatana-indicator-keyboard-b4660d9b7e22bbcebac465b67edb5e1bfee1308e.tar.gz ayatana-indicator-keyboard-b4660d9b7e22bbcebac465b67edb5e1bfee1308e.tar.bz2 ayatana-indicator-keyboard-b4660d9b7e22bbcebac465b67edb5e1bfee1308e.zip |
Keyboard indicator experimental non-null.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 8edeb33b..a8486211 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,6 +1,7 @@ AM_CFLAGS = -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 libexec_PROGRAMS = indicator-keyboard-service |