diff options
author | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2019-01-12 17:38:40 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2019-01-12 17:38:40 +0100 |
commit | 63b80068976fbc5460c284aef0e6560abcf13e68 (patch) | |
tree | 39c607425a3eea7b8f668e0120f6217857f71b14 /Makefile.am | |
parent | 37162209a3da8812203022de6b81e4f05015043a (diff) |
New upstream version 0.9.1upstream/0.9.1
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a479778..95aafb4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,6 +18,9 @@ uriparse_SOURCES = tool/uriparse.c uriparse_CFLAGS = -Iinclude uriparse_LDADD = $(top_builddir)/liburiparser.la uriparse_DEPENDENCIES = $(top_builddir)/liburiparser.la +if WIN32 +uriparse_LDADD += -lws2_32 +endif pkgconfig_DATA = liburiparser.pc @@ -34,7 +37,7 @@ pkginclude_HEADERS = \ include/uriparser/UriIp4.h -liburiparser_la_LDFLAGS = -version-info 1:23:0 +liburiparser_la_LDFLAGS = -version-info 1:24:0 if WIN32 liburiparser_la_LDFLAGS += -no-undefined endif |