Skip to content

Commit

Permalink
Makefile: Add target test_query_shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed May 17, 2021
1 parent 5b7dfdb commit 07ac446
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ 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

mxshadowsrv: mxshadowsrv.c common.h
gcc $(CFLAGS) -o mxshadowsrv mxshadowsrv.c -l:libssl.a -l:libcrypto.a -lpthread -ldl

Expand Down

0 comments on commit 07ac446

Please sign in to comment.