diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-08-29 03:02:16 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-08-29 03:02:16 +0800 |
commit | f50e61ffab60c4a52664e3507fa489c84c057956 (patch) | |
tree | 8bd2eefbe634948b2e0d44766de57de8de721ea3 /e-util/ename/Makefile.am | |
parent | a5a141574adca1935f715022ad54aacea2d1bfd4 (diff) | |
download | gsoc2013-evolution-f50e61ffab60c4a52664e3507fa489c84c057956.tar.gz gsoc2013-evolution-f50e61ffab60c4a52664e3507fa489c84c057956.tar.zst gsoc2013-evolution-f50e61ffab60c4a52664e3507fa489c84c057956.zip |
New convenience function to initialise the proxy settings for soup to use.
2002-08-28 Jeffrey Stedfast <fejj@ximian.com>
* e-proxy.[c,h] (e_proxy_init): New convenience function to
initialise the proxy settings for soup to use.
svn path=/trunk/; revision=17896
Diffstat (limited to 'e-util/ename/Makefile.am')
-rw-r--r-- | e-util/ename/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/e-util/ename/Makefile.am b/e-util/ename/Makefile.am index 551399bc9f..480502141e 100644 --- a/e-util/ename/Makefile.am +++ b/e-util/ename/Makefile.am @@ -47,4 +47,5 @@ test_ename_western_gtk_SOURCES = \ test_ename_western_gtk_LDADD = \ $(ename_libs) \ + $(E_UTIL_LIBS) \ $(top_builddir)/e-util/libeutil.la |