]> git.tuebingen.mpg.de Git - adu.git/blobdiff - Makefile
Makefile: Remove -lcrypto.
[adu.git] / Makefile
index c61dff74c58533953951f105aaec1ce4c7965496..98716731500fd28e75fba59173efa43e1d7b6a69 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ Makefile.deps: $(wildcard *.c *.h)
 -include Makefile.deps
 
 adu: $(objects)
-       $(CC) -o $@ $(LDFLAGS) $(objects) -lcrypto -losl
+       $(CC) -o $@ $(LDFLAGS) $(objects) -losl
 
 cmdline.o: cmdline.c cmdline.h
        $(CC) -c $(CPPFLAGS) $<