diff options
author | Dan Winship <danw@src.gnome.org> | 2003-10-22 22:10:15 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-10-22 22:10:15 +0800 |
commit | b29a2c0486956844ea8cd17ef6fd0ccdc049e372 (patch) | |
tree | feaeea8510dd11ede71d8674a42f9fff5b0a5c82 /e-util/Makefile.am | |
parent | 03f4b3a74c678e0bad0ea92fa0931c8e356b2c46 (diff) | |
download | gsoc2013-evolution-b29a2c0486956844ea8cd17ef6fd0ccdc049e372.tar gsoc2013-evolution-b29a2c0486956844ea8cd17ef6fd0ccdc049e372.tar.gz gsoc2013-evolution-b29a2c0486956844ea8cd17ef6fd0ccdc049e372.tar.bz2 gsoc2013-evolution-b29a2c0486956844ea8cd17ef6fd0ccdc049e372.tar.lz gsoc2013-evolution-b29a2c0486956844ea8cd17ef6fd0ccdc049e372.tar.xz gsoc2013-evolution-b29a2c0486956844ea8cd17ef6fd0ccdc049e372.tar.zst gsoc2013-evolution-b29a2c0486956844ea8cd17ef6fd0ccdc049e372.zip |
Gone; nothing in evo uses soup any more.
* e-proxy.[ch]: Gone; nothing in evo uses soup any more.
* Makefile.am (eutilinclude_HEADERS, libeutil_la_SOURCES): Remove
e-proxy.[ch]
svn path=/trunk/; revision=22974
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r-- | e-util/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am index f80e321f0e..3b54533b4f 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -41,7 +41,6 @@ eutilinclude_HEADERS = \ e-msgport.h \ e-passwords.h \ e-path.h \ - e-proxy.h \ e-request.h \ e-sexp.h \ e-source-group.h \ @@ -79,7 +78,6 @@ libeutil_la_SOURCES = \ e-msgport.c \ e-passwords.c \ e-path.c \ - e-proxy.c \ e-request.c \ e-sexp.c \ e-source-group.c \ |