examples/Makefile.am
author hallski <hallski>
Sun, 10 Sep 2006 22:09:45 +0000
changeset 175 5e665ffe3e9c
parent 95 5fba3df1a9a8
child 264 d43d9fa98866
permissions -rw-r--r--
2006-09-11 Mikael Hallendal <micke@imendio.com> * Release 1.0.5

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

noinst_PROGRAMS =                                  \
	test-lm                                    \
	test-http-proxy                            \
	test-tunnel                                \
	lm-send-sync                               \
	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_sync_SOURCES = lm-send-sync.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