examples/Makefile.am
author Senko Rasic <senko.rasic@collabora.co.uk>
Tue, 30 Oct 2007 23:43:55 +0100
changeset 310 8cfd2c340b9a
parent 95 5fba3df1a9a8
child 397 5e2ad0e0704a
permissions -rw-r--r--
Removed the synchronous example. The synchronous API is being removed in the 2.0 branch so better remove it from here. Patch by Mikael Hallendal, forward-port by Senko Rasic.

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