Removed the GIO SMTP startup
It is obsoleted in favor of libcurl
This commit is contained in:
		| @@ -1,3 +1,3 @@ | ||||
| ACLOCAL_AMFLAGS = -I m4 | ||||
| SUBDIRS = libgiosmtp wmud docs/reference/wmud | ||||
| SUBDIRS = wmud docs/reference/wmud | ||||
| DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc | ||||
|   | ||||
| @@ -51,4 +51,4 @@ if test "$libcurl_protocol_SMTP" != "yes"; then | ||||
| 	exit 1 | ||||
| fi | ||||
|  | ||||
| AC_OUTPUT(Makefile libgiosmtp/Makefile wmud/Makefile docs/reference/wmud/Makefile create-world.sh drop-world.sh) | ||||
| AC_OUTPUT(Makefile wmud/Makefile docs/reference/wmud/Makefile create-world.sh drop-world.sh) | ||||
|   | ||||
							
								
								
									
										5
									
								
								libgiosmtp/.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								libgiosmtp/.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -1,5 +0,0 @@ | ||||
| .deps | ||||
| .libs | ||||
| *.o | ||||
| *.lo | ||||
| *.la | ||||
| @@ -1,5 +0,0 @@ | ||||
| lib_LTLIBRARIES = libgiosmtp-1.0.la | ||||
| AM_CPPFLAGS = $(CURL_CFLAGS) $(GIO_CFLAGS) | ||||
|  | ||||
| libgiosmtp_1_0_la_SOURCES = gioextension.c giomodule.c | ||||
| libgiosmtp_1_0_la_LIBADD = $(CURL_LIBS) $(GIO_LIBS) | ||||
| @@ -1,3 +0,0 @@ | ||||
| #include <gio/gio.h> | ||||
| //ep = g_io_extension_point_register("application-protocol"); | ||||
| //g_io_extension_point_set_required_type(ep, GIO_APPLICATION_PROTOCOL_IFACE); | ||||
| @@ -1,4 +0,0 @@ | ||||
| #include <gio/gio.h> | ||||
| #include <curl/curl.h> | ||||
| //G_DEFINE_TYPE(ApplicationProtocolIface, application_protocol_iface, APPLICATION_PROTOCOL_INTERFACE); | ||||
| //g_io_extension_point_implement("application-protocol", application_protocol_iface_get_type(), "smtp", 10); | ||||
		Reference in New Issue
	
	Block a user