diff --git a/Makefile b/Makefile index 08ca231..76528ff 100644 --- a/Makefile +++ b/Makefile @@ -38,8 +38,8 @@ libnss_mxshadow.so.2: libnss_mxshadow.c get_shadow_line.c common.h test_server: test_server.c get_shadow_line.c common.h gcc $(CFLAGS) -o test_server test_server.c -l:libssl.a -l:libcrypto.a -lpthread -ldl -test_query_shadow: test_query_shadow.c get_shadow_line.c common.h - gcc $(CFLAGS) -o test_query_shadow test_query_shadow.c -l:libssl.a -l:libcrypto.a -lpthread -ldl +test_query_shadow: test_query_shadow.c + gcc $(CFLAGS) -o test_query_shadow test_query_shadow.c mxshadowsrv: mxshadowsrv.c common.h gcc $(CFLAGS) -o mxshadowsrv mxshadowsrv.c -l:libssl.a -l:libcrypto.a -lpthread -ldl