Makefile.am
author hallski <hallski>
Thu, 18 Mar 2004 00:04:59 +0000
changeset 82 a32b54e654e2
parent 74 777c60922f56
child 110 f396aa97c81c
permissions -rw-r--r--
2004-03-17 Mikael Hallendal <micke@imendio.com> * Synced from SVN. * Released 0.16 * configure.in: Bumped to 0.16 * NEWS: Updated for 0.16 2004-03-17 Mikael Hallendal <micke@imendio.com> * docs/reference/*: Updated documentation. * loudmouth/*: Fixed the documentation in a couple of places. 2004-03-17 Mikael Hallendal <micke@imendio.com> * loudmouth/lm-connection.[ch] (lm_connection_new_with_context): - Added to be able to give what context the connection should be running in. - All internal functions are updated to use the context or NULL if lm_connection_new was called. - Should make it possible to use several LmConnections in various threads. 2004-03-17 Mikael Hallendal <micke@imendio.com> * loudmouth/lm-connection.c: * loudmouth/lm-internal.h: * loudmouth/lm-proxy.c: - Make the HTTP proxy support asynchronous. Patch from Josh Beam. - Re-enable the HTTP proxy support. * examples/lm-send-sync.c: * examples/lm-send-async.c: * examples/test-http-proxy.c: - Added two of the old examples and a new one to test out the HTTP proxy support. 2004-03-17 Mikael Hallendal <micke@imendio.com> * configure.in: Generate examples/Makefile * loudmouth/test-jid.c: Removed * loudmouth/test-lm.c: Moved to examples/ * exmples/*: Moved out from loudmouth/
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
70
4d33d6915f49 2004-01-21 Mikael Hallendal <micke@imendio.com>
hallski <hallski>
parents: 52
diff changeset
     1
if HAVE_MONO
4d33d6915f49 2004-01-21 Mikael Hallendal <micke@imendio.com>
hallski <hallski>
parents: 52
diff changeset
     2
    MONO_SUBDIR = mono
4d33d6915f49 2004-01-21 Mikael Hallendal <micke@imendio.com>
hallski <hallski>
parents: 52
diff changeset
     3
endif
4d33d6915f49 2004-01-21 Mikael Hallendal <micke@imendio.com>
hallski <hallski>
parents: 52
diff changeset
     4
82
a32b54e654e2 2004-03-17 Mikael Hallendal <micke@imendio.com>
hallski <hallski>
parents: 74
diff changeset
     5
SUBDIRS = loudmouth docs examples
1
50e230cf7818 Initial revision
hallski <hallski>
parents:
diff changeset
     6
50e230cf7818 Initial revision
hallski <hallski>
parents:
diff changeset
     7
EXTRA_DIST =			\
50e230cf7818 Initial revision
hallski <hallski>
parents:
diff changeset
     8
	loudmouth-1.0.pc.in     \
50e230cf7818 Initial revision
hallski <hallski>
parents:
diff changeset
     9
        loudmouth.spec          \
52
d68e08314049 2003-11-11 Mikael Hallendal <micke@imendio.com>
hallski <hallski>
parents: 1
diff changeset
    10
	loudmouth.spec.in       \
d68e08314049 2003-11-11 Mikael Hallendal <micke@imendio.com>
hallski <hallski>
parents: 1
diff changeset
    11
	README.WIN32
1
50e230cf7818 Initial revision
hallski <hallski>
parents:
diff changeset
    12
50e230cf7818 Initial revision
hallski <hallski>
parents:
diff changeset
    13
pkgconfigdir = $(libdir)/pkgconfig
50e230cf7818 Initial revision
hallski <hallski>
parents:
diff changeset
    14
pkgconfig_DATA = loudmouth-1.0.pc
50e230cf7818 Initial revision
hallski <hallski>
parents:
diff changeset
    15