Skip to content
Snippets Groups Projects
Commit 7d8d9196 authored by Niels Möller's avatar Niels Möller
Browse files

Added md5.o, and -g flag

Rev: src/modules/_Crypto/Makefile.in:1.5
parent 96316487
No related branches found
No related tags found
No related merge requests found
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@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment