~mardy/account-plugins/descriptions-1590786

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Alberto Mardegan
  • Date: 2016-06-13 11:59:17 UTC
  • mfrom: (157.1.3 account-plugins)
  • Revision ID: alberto.mardegan@canonical.com-20160613115917-7gu08ps0l7a12b1q
merge trunk

[ Alberto Mardegan ]
* Add account plugin for vk.com (LP: #1564883)
* Add ownCloud plugin (LP: #1570986)

Show diffs side-by-side

added added

removed removed

Lines of Context:
228
228
AC_SUBST(SOHU_CLIENT_ID, ["$sohu_client_id"])
229
229
AC_SUBST(SOHU_CLIENT_SECRET, ["$sohu_client_secret"])
230
230
 
 
231
# Set VK client id
 
232
AC_ARG_WITH(vk-client-id,
 
233
            [AS_HELP_STRING([--with-vk-client-id],
 
234
                            [VK client ID])],
 
235
                            [vk_client_id=$withval],
 
236
                            [vk_client_id="5404010"])
 
237
AC_SUBST(VK_CLIENT_ID, ["$vk_client_id"])
 
238
 
231
239
# Set Windows Live client id
232
240
AC_ARG_WITH(windows-live-client-id,
233
241
            [AS_HELP_STRING([--with-windows-live-client-id],
244
252
        data/providers/identica.provider.in
245
253
        data/providers/linkedin.provider.in
246
254
        data/providers/instagram.provider.in
 
255
        data/providers/owncloud.provider.in
247
256
        data/providers/sina.provider.in
248
257
        data/providers/sohu.provider.in
249
258
        data/providers/twitter.provider.in
 
259
        data/providers/vk.provider.in
250
260
        data/providers/windows-live.provider.in
251
261
        Makefile
252
262
        po/Makefile.in