root/releases/opensc-0.9.6/Makefile.am

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
3SUBDIRS = . aclocal docs etc macos src win32
4
5EXTRA_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
10MAINTAINERCLEANFILES = \
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
16DEPCLEANFILES = config.log configure
17
18AUTOMAKE_OPTIONS = foreign 1.5
Note: See TracBrowser for help on using the browser.