Makefile.am
author Mikael Hallendal <micke@imendio.com>
Sat, 25 Oct 2008 16:21:50 +0200
changeset 545 58954d98a7f9
parent 526 1693ef85e347
child 568 7932b95b5211
permissions -rw-r--r--
Removed the async_connect_waiting and blocking states from LmConnection. As a first step of cleaning up the network code underlying LmConnection I want to make the blocking and non-blocking calls be as similar as possible. The socket should be able to connect in asynchronous manner even if we want to block on the open call since the mainloop iteration will handle the "block" for lm_connection_open_and_block.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
525
0499e563dbdf Moved Makefile.decl to build sub directory and created a Makefile.am.lm
Mikael Hallendal <micke@imendio.com>
parents: 397
diff changeset
     1
include $(top_srcdir)/build/Makefile.am.lm
397
5e2ad0e0704a Migrated test suite to GLib unit test framework
Mikael Hallendal <micke@imendio.com>
parents: 142
diff changeset
     2
131
f67d47083e3a 2006-03-20 Mikael Hallendal <micke@imendio.com>
hallski <hallski>
parents: 111
diff changeset
     3
SUBDIRS = loudmouth docs examples tests
1
50e230cf7818 Initial revision
hallski <hallski>
parents:
diff changeset
     4
526
1693ef85e347 Fixed root Makefile
Mikael Hallendal <micke@imendio.com>
parents: 525
diff changeset
     5
EXTRA_DIST +=				\
1
50e230cf7818 Initial revision
hallski <hallski>
parents:
diff changeset
     6
	loudmouth-1.0.pc.in     \
526
1693ef85e347 Fixed root Makefile
Mikael Hallendal <micke@imendio.com>
parents: 525
diff changeset
     7
	loudmouth.spec          \
52
d68e08314049 2003-11-11 Mikael Hallendal <micke@imendio.com>
hallski <hallski>
parents: 1
diff changeset
     8
	loudmouth.spec.in       \
111
802ff5f83217 2005-03-31 Mikael Hallendal <micke@imendio.com>
hallski <hallski>
parents: 110
diff changeset
     9
	CONTRIBUTORS            \
52
d68e08314049 2003-11-11 Mikael Hallendal <micke@imendio.com>
hallski <hallski>
parents: 1
diff changeset
    10
	README.WIN32
1
50e230cf7818 Initial revision
hallski <hallski>
parents:
diff changeset
    11
50e230cf7818 Initial revision
hallski <hallski>
parents:
diff changeset
    12
pkgconfigdir = $(libdir)/pkgconfig
50e230cf7818 Initial revision
hallski <hallski>
parents:
diff changeset
    13
pkgconfig_DATA = loudmouth-1.0.pc
50e230cf7818 Initial revision
hallski <hallski>
parents:
diff changeset
    14
142
f8b4c3dc5630 2006-04-19 Mikael Hallendal <micke@imendio.com>
hallski <hallski>
parents: 131
diff changeset
    15
DISTCHECK_CONFIGURE_FLAGS =     \
f8b4c3dc5630 2006-04-19 Mikael Hallendal <micke@imendio.com>
hallski <hallski>
parents: 131
diff changeset
    16
	--enable-gtk-doc
f8b4c3dc5630 2006-04-19 Mikael Hallendal <micke@imendio.com>
hallski <hallski>
parents: 131
diff changeset
    17