From 41d6e3a58ef52898b74e50b31c9062fd7fee7af9 Mon Sep 17 00:00:00 2001
From: Paul Bakker
Date: Sun, 4 Jan 2009 16:05:10 +0000
Subject: [PATCH] - Migrated to PolarSSL
---
Makefile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Makefile b/Makefile
index 69ee04986..9c241b88f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
DESTDIR=/usr/local
-PREFIX=xyssl_
+PREFIX=polarssl_
.SILENT:
@@ -9,11 +9,11 @@ all:
cd programs && make all && cd ..
install:
- mkdir -p $(DESTDIR)/include/xyssl
- cp -r include/xyssl $(DESTDIR)/include
+ mkdir -p $(DESTDIR)/include/polarssl
+ cp -r include/polarssl $(DESTDIR)/include
mkdir -p $(DESTDIR)/lib
- cp library/libxyssl.* $(DESTDIR)/lib
+ cp library/libpolarssl.* $(DESTDIR)/lib
mkdir -p $(DESTDIR)/bin
for p in programs/*/* ; do \