Update Makefile

This commit is contained in:
Rafal Goslawski 2016-09-22 13:20:56 +02:00 committed by GitHub
parent ed2ffd3f03
commit a1df9e482c
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ 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.6
export VERSION = 2.6.1 export VERSION = 2.6.2
all: all:
$(MAKE) -C src all $(MAKE) -C src all