Mercurial > openid
comparison Makefile.am @ 0:3c209338e596
Ur/Web module initializes libcurl
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 26 Dec 2010 12:04:08 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:3c209338e596 |
---|---|
1 ACLOCAL_AMFLAGS = -I m4 | |
2 | |
3 LIB := @LIB@ | |
4 INCLUDE := @INCLUDE@ | |
5 | |
6 LIB_UR := $(LIB)/ur/openid | |
7 | |
8 SUBDIRS := src/c | |
9 | |
10 .PHONY: package reauto | |
11 | |
12 install-exec-local: | |
13 mkdir -p $(LIB_UR) | |
14 cp src/ur/*.urs $(LIB_UR)/ | |
15 cp src/ur/*.ur $(LIB_UR)/ | |
16 cp src/ur/*.urp $(LIB_UR)/ | |
17 mkdir -p $(INCLUDE) | |
18 cp include/*.h $(INCLUDE)/ | |
19 -ldconfig | |
20 | |
21 package: | |
22 hg archive -t tgz /tmp/urweb_openid .tgz | |
23 | |
24 reauto: | |
25 -autoreconf | |
26 libtoolize -cf | |
27 automake --add-missing --force-missing --copy | |
28 autoreconf |