From 7d8d91968875185103044fb1a7e199eb1b0a56cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Thu, 27 Feb 1997 14:50:52 +0100 Subject: [PATCH] Added md5.o, and -g flag Rev: src/modules/_Crypto/Makefile.in:1.5 --- src/modules/_Crypto/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/_Crypto/Makefile.in b/src/modules/_Crypto/Makefile.in index bd11e5dfcf..973976be6e 100644 --- a/src/modules/_Crypto/Makefile.in +++ b/src/modules/_Crypto/Makefile.in @@ -1,6 +1,6 @@ SRCDIR=@srcdir@ VPATH=@srcdir@:@srcdir@/../..:../.. -OBJS=crypto.o idea.o des.o rc4.o invert.o sha.o pipe.o cbc.o lib/algorithms.a +OBJS=crypto.o idea.o des.o rc4.o invert.o sha.o md5.o pipe.o cbc.o lib/algorithms.a MODULE_CPPFLAGS= -I$(SRCDIR)/include -DPIKE @@ -9,7 +9,7 @@ MODULE_CPPFLAGS= -I$(SRCDIR)/include -DPIKE # Create library of algorithms lib/algorithms.a: cd lib; $(MAKE) \ - "EXTRA_CPP_FLAGS=-DPIKE -I$(SRCDIR)/../.. -I../../.." \ + "EXTRA_CPP_FLAGS=-DPIKE -g -I$(SRCDIR)/../.. -I../../.." \ algorithms.a @dependencies@ -- GitLab