annotate src/c/Makefile.am @ 46:72e942423f26

Based on a security suggestion by Robin Green, start a new session after authentication at an OP and after submission of a signup form
author Adam Chlipala <adam@chlipala.net>
date Sun, 03 Jul 2011 17:52:29 -0400
parents c230e6da3ff6
children 748dd8a2e3a2
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@1 5 AM_CPPFLAGS = @OPENSSL_INCLUDES@ -I@INCLUDE@/urweb -I../../include
adam@0 6 AM_CFLAGS = -Wimplicit -Wall -Werror