Include libtasn1.h, to make sure we are using the same prototypes that
[libtasn1.git] / Makefile.am
blob437cdf1fc45fda17051f05ca79c94273d8916ad4
1 ## Process this file with automake to produce Makefile.in
3 SUBDIRS = lib src tests doc
5 ChangeLog:
6         cvs2cl --FSF --fsf --usermap .cvsusers -I ChangeLog -I .cvs \
7                 -I buildconf
9 htmldir = ../www-gnutls
10 tag = $(PACKAGE)_`echo $(VERSION) | sed 's/\./_/g'`
12 release:
13         if cvs upd -p -r $(tag) NEWS > /dev/null; then false else true; fi
14         cvs rtag $(tag) libtasn1
15         rm -f ChangeLog
16         make ChangeLog
17         cvs commit -m "" ChangeLog
18         cvs rtag -F $(tag) libtasn1
19         make dist
20         gpg -b $(distdir).tar.gz
21         gpg --verify $(distdir).tar.gz.sig
22         scp $(distdir).tar.gz{,.sig} igloo.linux.gr:/ftp/pub/gnutls/libtasn1
23         ssh igloo.linux.gr 'cd /ftp/pub/gnutls/libtasn1 && sha1sum *.tar.gz *.tar.bz2 > CHECKSUMS'
24         cp -v $(distdir).tar.gz{,.sig} $(htmldir)/releases/libtasn1/
25         cd $(htmldir) && \
26                 cvs add -kb releases/libtasn1/$(distdir).tar.gz{,.sig} && \
27                 cvs commit -m "Update." releases/libtasn1/