]> git.pld-linux.org Git - packages/gnome-online-accounts.git/blob - gnome-online-accounts-link.patch
- updated to 3.48.1
[packages/gnome-online-accounts.git] / gnome-online-accounts-link.patch
1 --- gnome-online-accounts-3.10.3/telepathy-account-widgets/tp-account-widgets/Makefile.am.orig  2014-03-18 16:05:06.000000000 +0100
2 +++ gnome-online-accounts-3.10.3/telepathy-account-widgets/tp-account-widgets/Makefile.am       2014-03-24 16:51:19.153929421 +0100
3 @@ -90,6 +90,9 @@
4         $(nocheck_sources)                              \
5         $(NULL)
6  
7 +libtp_account_widgets_la_LIBADD =                      \
8 +       $(TPAW_LIBS)
9 +
10  # these are sources that depend on Ubuntu Online Accounts
11  uoa_sources = \
12         tpaw-uoa-utils.c \
13 @@ -98,6 +101,7 @@
14  
15  if HAVE_UOA
16  libtp_account_widgets_la_SOURCES += $(uoa_sources)
17 +libtp_account_widgets_la_LIBADD += $(UOA_LIBS)
18  EXTRA_DIST =
19  else
20  EXTRA_DIST = $(uoa_sources)
This page took 0.079351 seconds and 3 git commands to generate.