summaryrefslogtreecommitdiff
path: root/streamhtmlparser
diff options
context:
space:
mode:
Diffstat (limited to 'streamhtmlparser')
-rw-r--r--streamhtmlparser/GNUmakefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/streamhtmlparser/GNUmakefile b/streamhtmlparser/GNUmakefile
index ea5380d..46f93f0 100644
--- a/streamhtmlparser/GNUmakefile
+++ b/streamhtmlparser/GNUmakefile
@@ -18,8 +18,10 @@ OBJS = \
jsparser.o \
htmlparser.o
-STATIC_LIB = \
- libstreamhtmlparser.a
+DYNAMIC_LIB = libstreamhtmlparser.so
+DYNAMIC_LIB_MAJOR = 0
+DYNAMIC_LIB_MINOR = 0
+DYNAMIC_LIB_PATCH = 0
-include $(TOPDIR)/makefiles/gmake/sub.mk