projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
288370e
)
Don't confuse matters by using the wrong library.
author
Ben Laurie
<ben@openssl.org>
Sat, 2 Jan 1999 19:03:46 +0000
(19:03 +0000)
committer
Ben Laurie
<ben@openssl.org>
Sat, 2 Jan 1999 19:03:46 +0000
(19:03 +0000)
demos/maurice/Makefile
patch
|
blob
|
history
diff --git
a/demos/maurice/Makefile
b/demos/maurice/Makefile
index fa67dcca81bfb0bda63cc7aa86ea882c29e394f7..c05039850a9340033ae61c7ea83b0a4009e0c5d8 100644
(file)
--- a/
demos/maurice/Makefile
+++ b/
demos/maurice/Makefile
@@
-1,6
+1,6
@@
CC=cc
CFLAGS= -g -I../../include
-LIBS=
-L/usr/local/ssl/lib
-L../.. -lcrypto
+LIBS= -L../.. -lcrypto
EXAMPLES=example1 example2 example3 example4
all: $(EXAMPLES)
@@
-17,7
+17,6
@@
example3: example3.o
example4: example4.o
$(CC) -o example4 example4.o $(LIBS)
-
clean:
rm -f $(EXAMPLES) *.o