|
Revision 2295, 0.6 KB
(checked in by aj, 4 years ago)
|
|
add solaris/* files to tar file, include them in the tar file via Makefile.am,
document this in the NEWS file.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | # Process this file with automake to create Makefile.in |
|---|
| 2 | |
|---|
| 3 | SUBDIRS = . aclocal docs etc macos src win32 |
|---|
| 4 | |
|---|
| 5 | EXTRA_DIST = ANNOUNCE CodingStyle PAM_README QUICKSTART README \ |
|---|
| 6 | bootstrap Makefile.mak depcomp \ |
|---|
| 7 | solaris/Makefile solaris/README solaris/checkinstall.in \ |
|---|
| 8 | solaris/opensc.conf-dist solaris/pkginfo.in solaris/proto |
|---|
| 9 | |
|---|
| 10 | MAINTAINERCLEANFILES = \ |
|---|
| 11 | Makefile.in config.h.in configure \ |
|---|
| 12 | install-sh ltmain.sh missing mkinstalldirs \ |
|---|
| 13 | compile depcomp config.log config.status \ |
|---|
| 14 | config.guess config.sub acinclude.m4 aclocal.m4 |
|---|
| 15 | |
|---|
| 16 | DEPCLEANFILES = config.log configure |
|---|
| 17 | |
|---|
| 18 | AUTOMAKE_OPTIONS = foreign 1.5 |
|---|