diff options
Diffstat (limited to 'src/daemon/Makefile.am')
-rw-r--r-- | src/daemon/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am index 76e481a3..254dab8c 100644 --- a/src/daemon/Makefile.am +++ b/src/daemon/Makefile.am | |||
@@ -12,7 +12,7 @@ lib_LTLIBRARIES = \ | |||
12 | libmicrohttpd.la | 12 | libmicrohttpd.la |
13 | 13 | ||
14 | libmicrohttpd_la_LDFLAGS = \ | 14 | libmicrohttpd_la_LDFLAGS = \ |
15 | -export-dynamic -version-info 3:0:0 $(retaincommand) | 15 | -export-dynamic -version-info 3:1:0 $(retaincommand) |
16 | libmicrohttpd_la_SOURCES = \ | 16 | libmicrohttpd_la_SOURCES = \ |
17 | connection.c connection.h \ | 17 | connection.c connection.h \ |
18 | reason_phrase.c reason_phrase.h \ | 18 | reason_phrase.c reason_phrase.h \ |