Commit b9d6d1fa authored by Lucas Russo's avatar Lucas Russo

src/*/libbpmclient/Makefile: remove version number from Makefile

Instead, we are now using the version.sh script to do that
parent ce722dbc
......@@ -22,10 +22,7 @@ export PREFIX
LIBBPMCLIENT = libbpmclient
# Config variables suitable for creating shared libraries
LIB_VER_MAJOR = 1
LIB_VER_MINOR = 0
LIB_VER_REVISION = 0
LIB_VER = $(LIB_VER_MAJOR).$(LIB_VER_MINOR).$(LIB_VER_REVISION)
LIB_VER = $(shell ./version.sh bpm_client)
# General C flags
CFLAGS = -std=gnu99 -O2 -fPIC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment