~chipaca/gsettings-ubuntu-touch-schemas/fix-notification-hub-blacklist-description

« back to all changes in this revision

Viewing changes to configure.ac

Move AccountsService vendor extension schema from ubuntu-system-settings.

Approved by Sebastien Bacher, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
AM_MAINTAINER_MODE([enable])
10
10
 
11
11
AC_PROG_SED
 
12
AC_PROG_LN_S
 
13
AC_PROG_MKDIR_P
12
14
 
13
15
GIO_MIN_VERSION=[2.31.0]
14
16
PKG_CHECK_EXISTS([gio-2.0 >= $GIO_MIN_VERSION],[],
22
24
 
23
25
AC_OUTPUT([
24
26
Makefile
 
27
accountsservice/Makefile
25
28
schemas/Makefile
26
29
po/Makefile.in
27
30
])