summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2016-08-27 01:57:35 -0400
committerPaul Duncan <pabs@pablotron.org>2016-08-27 01:57:35 -0400
commit145175a2aa42e02b3d01b012aca6bbc46abc1106 (patch)
tree2d22a833c1cef06a77cef5e886ff59760a9d5e61
parentf51c619c81a8a3b623f13484ea57c9533677d532 (diff)
downloadlibfhp-145175a2aa42e02b3d01b012aca6bbc46abc1106.tar.bz2
libfhp-145175a2aa42e02b3d01b012aca6bbc46abc1106.zip
add version to sonae
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e80b70a..fc81c8b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
CC ?= cc
CFLAGS=-std=c99 -W -Wall -pedantic -O2 -Iinclude -fPIC
OBJS=fhp.o
-SONAME=libfhp.so
-LIB=libfhp.so
+SONAME=libfhp.so.1
+LIB=libfhp.so.1
TEST_OBJS=test.o
TEST_APP=./fhp-test