Fix stupid typo in Makefile.
This commit is contained in:
parent
d8095cf714
commit
bbce7d7ed1
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -5,7 +5,7 @@ LIB_MINOR = 0
|
||||||
CPPFLAGS += -Wall -g
|
CPPFLAGS += -Wall -g
|
||||||
LIBS += -lssl -lcrypto -lz
|
LIBS += -lssl -lcrypto -lz
|
||||||
|
|
||||||
includedir = ObjGnuOpenSSL
|
includedir = ObjOpenSSL
|
||||||
prefix ?= /usr/local
|
prefix ?= /usr/local
|
||||||
INSTALL ?= install
|
INSTALL ?= install
|
||||||
|
|
||||||
|
|
Reference in a new issue