view 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
line wrap: on
line source
lib_LTLIBRARIES = liburweb_openid.la

liburweb_openid_la_SOURCES = openid.c

AM_CPPFLAGS = @OPENSSL_INCLUDES@ -I@INCLUDE@ -I../../include
AM_CFLAGS = -Wimplicit -Wall -Werror -Wno-deprecated-declarations