|
Revision 440, 366 bytes
(checked in by aet, 7 years ago)
|
|
Update TODO and Changelog
'make dist' fixes
Add missing README for OpenSC-Signer
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | ## Makefile.am -- Process this file with automake to produce Makefile.in |
|---|
| 2 | |
|---|
| 3 | SUBDIRS = . aclocal docs etc src |
|---|
| 4 | |
|---|
| 5 | EXTRA_DIST = CodingStyle README.signer bootstrap |
|---|
| 6 | |
|---|
| 7 | MAINTAINERCLEANFILES = Makefile.in aclocal.m4 acinclude.m4 \ |
|---|
| 8 | config.guess config.h.in config.sub configure \ |
|---|
| 9 | install-sh ltmain.sh missing mkinstalldirs ylwrap |
|---|
| 10 | |
|---|
| 11 | # require automake 1.5 |
|---|
| 12 | AUTOMAKE_OPTIONS = 1.5 |
|---|