diff options
author | Christian Hesse <mail@eworm.de> | 2014-02-25 12:20:55 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-02-25 12:20:55 +0100 |
commit | 87ffef6e32856495b8175553dcfbeb288c30e56a (patch) | |
tree | a6bf002b770f6e066575e8d375d5df4c71deac2f /lib | |
parent | f5f01f3ff143edd87b7e36f1b3540cbc5d42c51f (diff) | |
download | cqrlogo-87ffef6e32856495b8175553dcfbeb288c30e56a.tar.gz cqrlogo-87ffef6e32856495b8175553dcfbeb288c30e56a.tar.zst |
move SOVERSION to main Makefile, needed for install
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Makefile b/lib/Makefile index 47f4db7..d6a33af 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -8,9 +8,6 @@ CFLAGS += $(shell pkg-config --cflags --libs libpng) CFLAGS += $(shell pkg-config --cflags --libs zlib) CFLAGS += $(shell pkg-config --cflags --libs libqrencode) -# library abi version -SOVERSION := 0 - all: libcqrlogo libcqrlogo: libcqrlogo.c libcqrlogo.h ../config.h ../version.h |