ObjOpenSSL  Check-in [10eba7be60]

Overview
Comment:Fix stupid typo in Makefile.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 10eba7be608e80d112170f96af27b422b4a4d00d4736d7f7e0133d305979a8b2
User & Date: js on 2011-03-28 23:59:25
Other Links: manifest | tags
Context
2011-04-03
19:53
Add the number of bytes returned by SSL_pending to -[pendingBytes]. check-in: ba8d67c63c user: js tags: trunk
2011-03-28
23:59
Fix stupid typo in Makefile. check-in: 10eba7be60 user: js tags: trunk
22:23
Implement setting the private key and certificate. check-in: ce85c1fa59 user: js tags: trunk
Changes

Modified Makefile from [602b139ff6] to [5ccc1400ae].

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
LIB = objopenssl
LIB_MAJOR = 0
LIB_MINOR = 0

CPPFLAGS += -Wall -g
LIBS += -lssl -lcrypto -lz

includedir = ObjGnuOpenSSL
prefix ?= /usr/local
INSTALL ?= install

LIB_PREFIX = `objfw-config --lib-prefix`
LIB_SUFFIX = `objfw-config --lib-suffix`
LIB_FILE = ${LIB_PREFIX}${LIB}${LIB_SUFFIX}








|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
LIB = objopenssl
LIB_MAJOR = 0
LIB_MINOR = 0

CPPFLAGS += -Wall -g
LIBS += -lssl -lcrypto -lz

includedir = ObjOpenSSL
prefix ?= /usr/local
INSTALL ?= install

LIB_PREFIX = `objfw-config --lib-prefix`
LIB_SUFFIX = `objfw-config --lib-suffix`
LIB_FILE = ${LIB_PREFIX}${LIB}${LIB_SUFFIX}