diff options
author | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2019-01-12 17:38:42 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2019-01-12 17:38:42 +0100 |
commit | 6ada0507368fa5980bbfbe747480b68c632d7c37 (patch) | |
tree | 7b7f82d9ac64641da59e9948883e1289ad7b7f38 /Makefile.am | |
parent | a08fa80b53e2228c96f6f49d0e5040348c57e97f (diff) | |
parent | 63b80068976fbc5460c284aef0e6560abcf13e68 (diff) |
Update upstream source from tag 'upstream/0.9.1'
Update to upstream version '0.9.1'
with Debian dir d61ac191808ad347e1c3732d262d9bd3dfe33000
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 |