diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-06-21 21:19:42 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-06-21 21:19:42 +0000 |
commit | 98042b858d9175c99596867ec79c58ff04cf4996 (patch) | |
tree | 29ad067a77c20bc9eb78becf10917e5137a9a0c7 /lib/Makefile.am | |
parent | a837bd08b09abefcc46d4fc30d0622696972dcfc (diff) | |
download | curl-98042b858d9175c99596867ec79c58ff04cf4996.tar.gz |
made Curl_nss_send() take const data to kill compiler warning
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 58277de37..97142d287 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -47,8 +47,8 @@ LIBCURL_LIBS = @LIBCURL_LIBS@ # we use srcdir/lib for the lib-private header files INCLUDES = -I$(top_srcdir)/include \ - -I$(top_builddir)/lib \ - -I$(top_srcdir)/lib + -I$(top_builddir)/lib + VERSION=-version-info 5:0:1 |