fixed spelling in of testudp in .bzrignore
[m6w6/libmemcached] / clients / include.am
index 1d09efc3d4ddf0026e9e7b1c8b85a700e11b6eb2..cc734ca7137dbe7fe49b4564672d1521dced8222 100644 (file)
@@ -3,6 +3,7 @@
 # All paths should be given relative to the root
 
 CLIENTS_LDADDS = \
+       $(LIBM) \
        clients/libutilities.la \
        libmemcached/libmemcached.la
 
@@ -69,7 +70,7 @@ clients_memslap_SOURCES= \
                clients/ms_stats.c \
                clients/ms_task.c \
                clients/ms_thread.c
-clients_memslap_LDADD= $(LTLIBEVENT) clients/libgenexec.la $(CLIENTS_LDADDS) $(LIBM)
+clients_memslap_LDADD= $(LTLIBEVENT) clients/libgenexec.la $(CLIENTS_LDADDS)
 
 clients_memcapable_SOURCES= clients/memcapable.c
 if BUILD_BYTEORDER