From e5a47e5247135a70fa6c6ccd5b67a45458f5ac2d Mon Sep 17 00:00:00 2001 From: jbj Date: Sat, 17 May 2003 19:36:25 +0000 Subject: [PATCH] Fix "make dist" CVS patchset: 6857 CVS date: 2003/05/17 19:36:25 --- beecrypt/Makefile.am | 2 +- beecrypt/python/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/beecrypt/Makefile.am b/beecrypt/Makefile.am index c79b9be..ef028ea 100644 --- a/beecrypt/Makefile.am +++ b/beecrypt/Makefile.am @@ -63,7 +63,7 @@ pkginclude_HEADERS = aes.h base64.h beecrypt.h beecrypt.api.h beecrypt.gnu.h blo noinst_HEADERS = aesopt.h beecrypt.win.h \ blowfishopt.h debug.h mpopt.h sha1opt.h system.h -EXTRA_DIST = BENCHMARKS BUGS CONTRIBUTORS Doxyfile.in Doxyheader README README.DARWIN README.DLL README.WIN32 autogen.sh beecrypt.def beecrypt.gnu.h.in beecrypt.rc beecrypt.spec javaglue.h +EXTRA_DIST = BENCHMARKS BUGS CONTRIBUTORS Doxyfile.in Doxyheader README README.DLL README.WIN32 autogen.sh beecrypt.mcp beecrypt.gnu.h.in beecrypt.rc beecrypt.spec javaglue.h .PHONY: beetest beetest: all diff --git a/beecrypt/python/Makefile.am b/beecrypt/python/Makefile.am index c884448..47f7690 100644 --- a/beecrypt/python/Makefile.am +++ b/beecrypt/python/Makefile.am @@ -9,7 +9,7 @@ PYVER= 2.2 pylibdir = $(shell python -c 'import sys; print sys.path[1]') pyincdir = $(prefix)/include/python${PYVER} -EXTRA_DIST = bcdebug-py.c +EXTRA_DIST = debug-py.c INCLUDES = -I. \ -I$(top_srcdir) \ -- 2.7.4