Mercurial > openid
view Makefile.am @ 48:3f475c6fb168
Make logout clear the session on the server
(which necessitates turning it from a link into a button)
author | Robin Green <greenrd@greenrd.org> |
---|---|
date | Mon, 04 Jul 2011 14:08:00 +0100 |
parents | 3c209338e596 |
children |
line wrap: on
line source
ACLOCAL_AMFLAGS = -I m4 LIB := @LIB@ INCLUDE := @INCLUDE@ LIB_UR := $(LIB)/ur/openid SUBDIRS := src/c .PHONY: package reauto install-exec-local: mkdir -p $(LIB_UR) cp src/ur/*.urs $(LIB_UR)/ cp src/ur/*.ur $(LIB_UR)/ cp src/ur/*.urp $(LIB_UR)/ mkdir -p $(INCLUDE) cp include/*.h $(INCLUDE)/ -ldconfig package: hg archive -t tgz /tmp/urweb_openid .tgz reauto: -autoreconf libtoolize -cf automake --add-missing --force-missing --copy autoreconf