diff options
author | Gabriel Ivascu <ivascu.gabriel59@gmail.com> | 2016-08-21 19:15:39 +0300 |
---|---|---|
committer | Michael Catanzaro <mcatanzaro@gnome.org> | 2016-10-07 17:49:24 -0500 |
commit | e601bdc8545ef946ef71c22c93d74173a63f5e86 (patch) | |
tree | 2ba742a16b8ae99c071cebd46e2dd1c624d3bea9 /configure.ac | |
parent | ef1f9043a1a6fa7e6d913b36fc971c11862ede7c (diff) | |
download | epiphany-e601bdc8545ef946ef71c22c93d74173a63f5e86.tar.gz |
sync-service: Notify the user to sign in with the new password
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a2aeb6f72..bacacb0e4 100644 --- a/configure.ac +++ b/configure.ac @@ -92,7 +92,7 @@ AM_CONDITIONAL([ENABLE_TESTS],[test "$enable_tests" = "yes"]) # Dependencies # ************ -LIBGD_INIT([_view-common static]) +LIBGD_INIT([_view-common notification static]) LT_LIB_M |