b1917787cd
-- silc-server (silcd) is the server for the SILC protocol. SILC (Secure Internet Live Conferencing) is a protocol which provides secure conferencing services in the Internet over insecure channel. From: Jolan Luff <jolan@cryptonomicon.org>
14 lines
551 B
Plaintext
14 lines
551 B
Plaintext
$OpenBSD: gcc-patch-lib_silcsim_Makefile_in,v 1.1.1.1 2002/12/16 03:40:02 brad Exp $
|
|
--- lib/silcsim/Makefile.in.orig Sat Sep 7 14:04:47 2002
|
|
+++ lib/silcsim/Makefile.in Sat Oct 5 07:59:27 2002
|
|
@@ -440,6 +440,9 @@ uninstall-am: uninstall-includeHEADERS u
|
|
|
|
@SILC_SIM_TRUE@all: $(SIM_CIPHER_OBJS) $(SIM_HASH_OBJS)
|
|
|
|
+sha1.o:
|
|
+ $(LTCOMPILE) -O0 -c $(srcdir)/../silccrypt/$*.c
|
|
+
|
|
$(SIM_CIPHER_OBJS): ../silccrypt/libsilccrypt.a
|
|
$(LTCOMPILE) -c $(srcdir)/../silccrypt/$*.c
|
|
$(LIBTOOL) --mode=link $(LINK) -rpath $(silc_modulesdir) -o lib$*.la $*.lo
|