Mercurial > openid
diff src/c/Makefile.in @ 61:d252edfbfa0e
Turn off warnings about deprecated functions, to placate silly OpenSSL change for OS X
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Wed, 26 Oct 2011 09:07:48 -0400 |
parents | 748dd8a2e3a2 |
children |
line wrap: on
line diff
--- a/src/c/Makefile.in Fri Oct 21 18:08:39 2011 -0400 +++ b/src/c/Makefile.in Wed Oct 26 09:07:48 2011 -0400 @@ -224,7 +224,7 @@ lib_LTLIBRARIES = liburweb_openid.la liburweb_openid_la_SOURCES = openid.c AM_CPPFLAGS = @OPENSSL_INCLUDES@ -I@INCLUDE@ -I../../include -AM_CFLAGS = -Wimplicit -Wall -Werror +AM_CFLAGS = -Wimplicit -Wall -Werror -Wno-deprecated-declarations all: all-am .SUFFIXES: