This module allows you to write a Stomp client. Stomp is the Streaming Text Orientated Messaging Protocol (or the Protocol Briefly Known as TTMP and Represented by the symbol :ttmp). It's a simple and easy to implement protocol for working with Message Orientated Middleware from any language. Net::Stomp is useful for talking to Apache ActiveMQ, an open source (Apache 2.0 licensed) Java Message Service 1.1 (JMS) message broker packed with many enterprise features. A Stomp frame consists of a command, a series of headers and a body - see Net::Stomp::Frame for more details. For details on the protocol see http://stomp.codehaus.org/Protocol. WWW: http://search.cpan.org/dist/Net-Stomp/ on' title='gsoc2013-evolution Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap/Makefile.am
blob: a6f5cbf3b1081f546632f6b9d3d05ad44c82cdab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
## Process this file with automake to produce Makefile.in

libcamelimapincludedir = $(includedir)/camel


providerdir = $(pkglibdir)/camel-providers/$(VERSION)

provider_LTLIBRARIES = libcamelimap.la
provider_DATA = libcamelimap.urls

INCLUDES = -I.. \
    -I$(srcdir)/..              \
    -I$(top_srcdir)/camel           \
    -I$(top_srcdir)/intl            \
    -I$(top_srcdir)/libibex         \
    -I$(top_srcdir)/e-util          \
    -I$(top_srcdir)             \
    -I$(includedir)             \
    $(GTK_INCLUDEDIR)           \
    -DG_LOG_DOMAIN=\"camel-imap-provider\"  

libcamelimap_la_SOURCES =           \
    camel-imap-command.c            \
    camel-imap-folder.c         \
    camel-imap-provider.c           \
    camel-imap-store.c          \
    camel-imap-summary.c            \
    camel-imap-utils.c

libcamelimapinclude_HEADERS =           \
    camel-imap-command.h            \
    camel-imap-folder.h         \
    camel-imap-store.h          \
    camel-imap-stream.h         \
    camel-imap-summary.h            \
    camel-imap-utils.h

libcamelimap_la_LDFLAGS = -version-info 0:0:0

EXTRA_DIST = libcamelimap.urls