From 07baaeb9c606395a98853be164b04b56560f547a Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 22 Mar 2000 16:55:28 +0000 Subject: fill this in partially make camel_pop3_command return the text after * providers/pop3/camel-pop3-folder.c: fill this in partially * providers/pop3/camel-pop3-store.c: make camel_pop3_command return the text after "+OK"/"-ERR" and add a separate camel_pop3_get_additional_data to get the message body or whatever. Also make them take a CamelPop3Store rather than a CamelStreamBuffer. svn path=/trunk/; revision=2143 --- camel/providers/pop3/Makefile.am | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 camel/providers/pop3/Makefile.am (limited to 'camel/providers/pop3/Makefile.am') diff --git a/camel/providers/pop3/Makefile.am b/camel/providers/pop3/Makefile.am new file mode 100644 index 0000000000..c587983ffc --- /dev/null +++ b/camel/providers/pop3/Makefile.am @@ -0,0 +1,28 @@ +## Process this file with automake to produce Makefile.in + +SUBDIRS = + +libcamelpop3includedir = $(includedir)/camel + +providerdir = $(pkglibdir)/camel-providers/$(VERSION) + +provider_LTLIBRARIES = libcamelpop3.la + +INCLUDES = -I.. -I$(srcdir)/.. -I$(includedir) \ + -I$(top_srcdir)/intl \ + $(GTK_INCLUDEDIR) -I$(top_srcdir)/camel \ + -I$(srcdir)/../mbox + +libcamelpop3_la_SOURCES = \ + camel-pop3-folder.c \ + camel-pop3-provider.c \ + camel-pop3-store.c + +libcamelpop3include_HEADERS = \ + camel-pop3-folder.h \ + camel-pop3-store.h + + +libcamelpop3_la_LDFLAGS = -version-info 0:0:0 -rpath $(libdir) + +EXTRA_DIST = -- cgit v1.2.3