summaryrefslogtreecommitdiff
path: root/libfetch/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'libfetch/GNUmakefile')
-rw-r--r--libfetch/GNUmakefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/libfetch/GNUmakefile b/libfetch/GNUmakefile
index 181270d..5c2f6c1 100644
--- a/libfetch/GNUmakefile
+++ b/libfetch/GNUmakefile
@@ -32,8 +32,10 @@ OBJS = \
ftp.o \
http.o
-STATIC_LIB = \
- libfetch.a
+DYNAMIC_LIB = libfetch.so
+DYNAMIC_LIB_MAJOR = 0
+DYNAMIC_LIB_MINOR = 0
+DYNAMIC_LIB_PATCH = 0
-include $(TOPDIR)/makefiles/gmake/sub.mk