makefile: fix static target

master
Michael Santos 7 years ago
parent 3e1eea1069
commit efd009594b

@ -46,11 +46,10 @@ $(PROG):
static:
$(CC) $(CFLAGS) -g -Wall -o xmppipe src/*.c -Wl,--no-as-needed \
-ldl -lz \
/usr/local/lib/libstrophe.a \
/usr/lib/*/libssl.a \
/usr/lib/*/libcrypto.a \
/usr/lib/*/libexpat.a
-ldl -lz -lresolv \
-l:libstrophe.a \
-l:libssl.a -l:libcrypto.a \
-l:libexpat.a
clean:
-@$(RM) $(PROG)

Loading…
Cancel
Save