aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2019-02-09 21:20:27 +0100
committerMattias Andrée <maandree@kth.se>2019-02-09 21:20:27 +0100
commit6bfa83038b4a4f1c76c48b6c709f0c99a1451f36 (patch)
treef6226c464ff901fd5aa8e3d20aa24f5a83c5fd04 /Makefile
parentAdd install and uninstall rules to Makefile (diff)
downloadlibsha2-6bfa83038b4a4f1c76c48b6c709f0c99a1451f36.tar.gz
libsha2-6bfa83038b4a4f1c76c48b6c709f0c99a1451f36.tar.bz2
libsha2-6bfa83038b4a4f1c76c48b6c709f0c99a1451f36.tar.xz
Improve makefile: mv LIBEXT and LIBFLAGS to config.mk
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 41d351f..4f672f7 100644
--- a/Makefile
+++ b/Makefile
@@ -6,9 +6,6 @@ LIB_MAJOR = 1
LIB_MINOR = 0
LIB_VERSION = $(LIB_MAJOR).$(LIB_MINOR)
-LIBEXT = so
-LIBFLAGS = -shared -Wl,-soname,libsha2.$(LIBEXT).$(LIB_MAJOR)
-
include $(CONFIGFILE)