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 0f11b662..8a0aa4b2 100644 --- a/src/daemon/Makefile.am +++ b/src/daemon/Makefile.am | |||
@@ -6,7 +6,7 @@ lib_LTLIBRARIES = \ | |||
6 | libmicrohttpd.la | 6 | libmicrohttpd.la |
7 | 7 | ||
8 | libmicrohttpd_la_LDFLAGS = \ | 8 | libmicrohttpd_la_LDFLAGS = \ |
9 | -export-dynamic -version-info 0:1:0 | 9 | -export-dynamic -version-info 1:0:0 |
10 | libmicrohttpd_la_SOURCES = \ | 10 | libmicrohttpd_la_SOURCES = \ |
11 | connection.c connection.h \ | 11 | connection.c connection.h \ |
12 | daemon.c \ | 12 | daemon.c \ |