annotate src/c/Makefile.am @ 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
rev   line source
adam@0 1 lib_LTLIBRARIES = liburweb_openid.la
adam@0 2
adam@0 3 liburweb_openid_la_SOURCES = openid.c
adam@0 4
adam@57 5 AM_CPPFLAGS = @OPENSSL_INCLUDES@ -I@INCLUDE@ -I../../include
adam@61 6 AM_CFLAGS = -Wimplicit -Wall -Werror -Wno-deprecated-declarations