Update Makefile

This commit is contained in:
Rafal Goslawski 2017-04-28 16:15:06 +02:00 committed by GitHub
parent 16e2d21aa3
commit 2bb1300bc0
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ PREFIX ?= /usr
INCLUDE_DIR = ${PREFIX}/include INCLUDE_DIR = ${PREFIX}/include
LIBRARY_DIR = ${PREFIX}/lib LIBRARY_DIR = ${PREFIX}/lib
export LIBRARY_NAME = amqpcpp export LIBRARY_NAME = amqpcpp
export SONAME = 2.6 export SONAME = 2.7
export VERSION = 2.6.2 export VERSION = 2.7.0
all: all:
$(MAKE) -C src all $(MAKE) -C src all