Mercurial > openid
comparison 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 |
comparison
equal
deleted
inserted
replaced
60:eb72c4594c25 | 61:d252edfbfa0e |
---|---|
222 top_builddir = @top_builddir@ | 222 top_builddir = @top_builddir@ |
223 top_srcdir = @top_srcdir@ | 223 top_srcdir = @top_srcdir@ |
224 lib_LTLIBRARIES = liburweb_openid.la | 224 lib_LTLIBRARIES = liburweb_openid.la |
225 liburweb_openid_la_SOURCES = openid.c | 225 liburweb_openid_la_SOURCES = openid.c |
226 AM_CPPFLAGS = @OPENSSL_INCLUDES@ -I@INCLUDE@ -I../../include | 226 AM_CPPFLAGS = @OPENSSL_INCLUDES@ -I@INCLUDE@ -I../../include |
227 AM_CFLAGS = -Wimplicit -Wall -Werror | 227 AM_CFLAGS = -Wimplicit -Wall -Werror -Wno-deprecated-declarations |
228 all: all-am | 228 all: all-am |
229 | 229 |
230 .SUFFIXES: | 230 .SUFFIXES: |
231 .SUFFIXES: .c .lo .o .obj | 231 .SUFFIXES: .c .lo .o .obj |
232 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | 232 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |