examples/Makefile.am
author Mikael Hallendal <micke@imendio.com>
Sun, 10 Jun 2007 18:14:31 +0200
changeset 268 7eb1cedb3241
parent 264 d43d9fa98866
child 397 5e2ad0e0704a
permissions -rw-r--r--
Run application handlers on stream error. Patch from Owen Taylor that fixes LM-104 where application handlers weren't run on stream error. It also fixes a problem where a variable is incorrectly overwritten.

INCLUDES =                                         \
	-I$(top_srcdir)                            \
	$(LOUDMOUTH_CFLAGS)

noinst_PROGRAMS =                                  \
	test-lm                                    \
	test-http-proxy                            \
	test-tunnel                                \
	lm-send-async                              \
	lm-change-password                         \
	lm-register

test_lm_SOURCES = test-lm.c

test_http_proxy_SOURCES = test-http-proxy.c

test_tunnel_SOURCES = test-tunnel.c

lm_send_async_SOURCES = lm-send-async.c

lm_change_password_SOURCES = lm-change-password.c

lm_register_SOURCES = lm-register.c

LDADD =                                            \
	$(LOUDMOUTH_LIBS)                          \
	$(top_builddir)/loudmouth/libloudmouth-1.la