From bbce7d7ed14207591d6976bcb5e5f4d4089a3b69 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Tue, 29 Mar 2011 01:59:25 +0200 Subject: [PATCH] Fix stupid typo in Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2283246..153a277 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ LIB_MINOR = 0 CPPFLAGS += -Wall -g LIBS += -lssl -lcrypto -lz -includedir = ObjGnuOpenSSL +includedir = ObjOpenSSL prefix ?= /usr/local INSTALL ?= install