diff options
author | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2018-03-21 22:11:05 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2018-03-21 22:11:05 +0100 |
commit | 6d05f3e01a26fa416c9d0150163db20abac4b4ef (patch) | |
tree | b568a83a8759142bd580ee5bd59497092dc9c6f4 /Makefile.am | |
parent | bb0fbadacbd603b1e8d258f75ff5ca8ee481feb4 (diff) |
New upstream version 0.8.5upstream/0.8.5
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 1a41102..7ef28f5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,7 +34,7 @@ pkginclude_HEADERS = \ include/uriparser/UriIp4.h -liburiparser_la_LDFLAGS = -version-info 1:20:0 +liburiparser_la_LDFLAGS = -version-info 1:21:0 if WIN32 liburiparser_la_LDFLAGS += -no-undefined endif @@ -78,7 +78,7 @@ endif EXTRA_DIST = \ doc/Doxyfile.in \ - doc/Mainpage \ + doc/Mainpage.txt \ doc/Makefile.am \ doc/Makefile.in \ doc/preprocess.sh \ |