examples/Makefile.am
changeset 310 8cfd2c340b9a
parent 95 5fba3df1a9a8
child 397 5e2ad0e0704a
equal deleted inserted replaced
309:329900413057 310:8cfd2c340b9a
     4 
     4 
     5 noinst_PROGRAMS =                                  \
     5 noinst_PROGRAMS =                                  \
     6 	test-lm                                    \
     6 	test-lm                                    \
     7 	test-http-proxy                            \
     7 	test-http-proxy                            \
     8 	test-tunnel                                \
     8 	test-tunnel                                \
     9 	lm-send-sync                               \
       
    10 	lm-send-async                              \
     9 	lm-send-async                              \
    11 	lm-change-password                         \
    10 	lm-change-password                         \
    12 	lm-register
    11 	lm-register
    13 
    12 
    14 test_lm_SOURCES = test-lm.c
    13 test_lm_SOURCES = test-lm.c
    15 
    14 
    16 test_http_proxy_SOURCES = test-http-proxy.c
    15 test_http_proxy_SOURCES = test-http-proxy.c
    17 
    16 
    18 test_tunnel_SOURCES = test-tunnel.c
    17 test_tunnel_SOURCES = test-tunnel.c
    19 
       
    20 lm_send_sync_SOURCES = lm-send-sync.c
       
    21 
    18 
    22 lm_send_async_SOURCES = lm-send-async.c
    19 lm_send_async_SOURCES = lm-send-async.c
    23 
    20 
    24 lm_change_password_SOURCES = lm-change-password.c
    21 lm_change_password_SOURCES = lm-change-password.c
    25 
    22