add 'save to file' ability to memcat
[m6w6/libmemcached] / clients / include.am
index d91ebc661c9cfe07a6189775cc958540d2dda19c..7b7cbc125d0b3276c00f75d0eb6b70f5216d7dd2 100644 (file)
@@ -3,9 +3,14 @@
 # All paths should be given relative to the root
 
 CLIENTS_LDADDS = \
+       $(LIBM) \
        clients/libutilities.la \
        libmemcached/libmemcached.la
 
+if HAVE_SASL
+CLIENTS_LDADDS+= $(LIBSASL)
+endif
+
 bin_PROGRAMS+= \
        clients/memcapable \
        clients/memcat \
@@ -90,7 +95,7 @@ test-start-server:
        clients/memslap --servers=localhost --concurrency=10 --initial-load=1000 --execute-number=10 --test=set
        clients/memslap --servers=localhost --concurrency=10 --initial-load=1000 --execute-number=10 --test=set --non-blocking
 
-valgrind:
+client-valgrind:
        libtool --mode=execute valgrind --leak-check=yes --show-reachable=yes  clients/memslap --servers=localhost
        libtool --mode=execute valgrind --leak-check=yes --show-reachable=yes  clients/memslap --servers=localhost --concurrency=10
        libtool --mode=execute valgrind --leak-check=yes --show-reachable=yes  clients/memslap --servers=localhost --concurrency=10 --initial-load=1000