From 1b988af695661b0d836c020ad47f9584fe9062fb Mon Sep 17 00:00:00 2001 From: aj Date: Thu, 10 Jul 2003 11:13:18 +0000 Subject: [PATCH] Fix makefiles. git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1245 c6295689-39f2-0310-b995-f0e70906c6a9 --- Makefile.am | 3 +-- docs/Makefile.am | 2 +- src/openssh/Makefile.am | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index e6eb281b..44e73384 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,8 +2,7 @@ SUBDIRS = . tools aclocal docs etc src win32 -EXTRA_DIST = CodingStyle README.cards README.signer README.Win32 \ - bootstrap Makefile.mak +EXTRA_DIST = CodingStyle bootstrap Makefile.mak MAINTAINERCLEANFILES = Makefile.in config.h.in configure DEPCLEANFILES = config.log configure diff --git a/docs/Makefile.am b/docs/Makefile.am index b18323c4..1526ae13 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -31,7 +31,7 @@ MANSRC = pkcs15-crypt.1 \ man_MANS = $(MANSRC) pkcs15-profile.5 noinst_DATA = $(HTMLFILES) EXTRA_DIST = $(MANSRC) pkcs15-profile.5.in pkcs-15v1_1.asn \ - $(XMLFILES) $(HTMLFILES) doxygen.conf pkcs11.txt + $(XMLFILES) $(HTMLFILES) doxygen.conf STYLESHEET=opensc.xsl diff --git a/src/openssh/Makefile.am b/src/openssh/Makefile.am index 68781f4c..a1525557 100644 --- a/src/openssh/Makefile.am +++ b/src/openssh/Makefile.am @@ -2,4 +2,4 @@ MAINTAINERCLEANFILES = Makefile.in -EXTRA_DIST= openssh-3.6.1p2.diff openssh-3.6.1p2.README README +EXTRA_DIST= openssh-3.6.1p2.diff openssh-3.6.1p2.README