From: jbj Date: Sat, 17 May 2003 19:36:25 +0000 (+0000) Subject: Fix "make dist" X-Git-Tag: rpm-4.4-release~507 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e5a47e5247135a70fa6c6ccd5b67a45458f5ac2d;p=platform%2Fupstream%2Frpm.git Fix "make dist" CVS patchset: 6857 CVS date: 2003/05/17 19:36:25 --- 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) \