blob: 442a8ddfab95463bab4b36f6e2b14c058b56e067 (
plain)
1
2
3
4
5
6
7
|
## Process this file with automake to produce Makefile.in
EXTRA_DIST = ChangeLog NEWS INSTALL README THANKS COPYING COPYING.LIB
SUBDIRS = $(LIBASN1_DIR) includes lib libextra src doc tests
ChangeLog:
cvs2cl --utc -U .cvsusers --fsf -t -S --prune
|