diff options
author | Paul Duncan <pabs@pablotron.org> | 2016-08-27 01:57:35 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2016-08-27 01:57:35 -0400 |
commit | 145175a2aa42e02b3d01b012aca6bbc46abc1106 (patch) | |
tree | 2d22a833c1cef06a77cef5e886ff59760a9d5e61 /Makefile | |
parent | f51c619c81a8a3b623f13484ea57c9533677d532 (diff) | |
download | libfhp-145175a2aa42e02b3d01b012aca6bbc46abc1106.tar.bz2 libfhp-145175a2aa42e02b3d01b012aca6bbc46abc1106.zip |
add version to sonae
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |