~indicator-applet-developers/indicator-keyboard/13.10

« back to all changes in this revision

Viewing changes to lib/Makefile.am

Set the selected user's first keyboard layout whenever it changes under unity-greeter. (LP #1233945). Fixes: https://bugs.launchpad.net/bugs/1233945.

Approved by PS Jenkins bot, Ted Gould, Michael Terry.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
               --metadatadir $(top_srcdir)/deps \
7
7
               --vapidir $(top_srcdir)/deps
8
8
 
9
 
indicator_keyboard_service_SOURCES = main.vala   \
10
 
                                     source.vala \
11
 
                                     common.vala
 
9
indicator_keyboard_service_SOURCES = main.vala    \
 
10
                                     source.vala  \
 
11
                                     common.vala  \
 
12
                                     greeter.vala
12
13
indicator_keyboard_service_VALAFLAGS = $(AM_VALAFLAGS)            \
13
14
                                       --pkg gee-1.0              \
14
15
                                       --pkg posix                \