diff options
author | jbj <devnull@localhost> | 2002-06-15 19:53:27 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-06-15 19:53:27 +0000 |
commit | dd5ee218a552c5ffe33325ba6eddf3ebc681475f (patch) | |
tree | 6ff19ec07db3eed50188ea5e9bc9bb1451948c0f /beecrypt | |
parent | 20901c1a62c2ec5bdff92bf2881ec51cb5ce7656 (diff) | |
download | rpm-dd5ee218a552c5ffe33325ba6eddf3ebc681475f.tar.gz rpm-dd5ee218a552c5ffe33325ba6eddf3ebc681475f.tar.bz2 rpm-dd5ee218a552c5ffe33325ba6eddf3ebc681475f.zip |
beecrypt.gas.h needs to be carried into the tarball.
CVS patchset: 5496
CVS date: 2002/06/15 19:53:27
Diffstat (limited to 'beecrypt')
-rw-r--r-- | beecrypt/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/beecrypt/Makefile.am b/beecrypt/Makefile.am index 85d608eee..1d1a846e5 100644 --- a/beecrypt/Makefile.am +++ b/beecrypt/Makefile.am @@ -56,7 +56,8 @@ libbeecrypt_la_LDFLAGS = -version-info $(LIBBEECRYPT_LT_CURRENT):$(LIBBEECRYPT_L pkginclude_HEADERS = aes.h base64.h beecrypt.h blockmode.h blockpad.h blowfish.h dhaes.h dldp.h dlkp.h dlpk.h dlsvdp-dh.h dsa.h elgamal.h endianness.h entropy.h fips186.h hmac.h hmacmd5.h hmacsha1.h hmacsha256.h md5.h memchunk.h mp32.h mp32barrett.h mp32number.h mp32prime.h mtprng.h rsa.h rsakp.h rsapk.h sha1.h sha256.h timestamp.h -noinst_HEADERS = aesopt.h beecrypt.api.h beecrypt.win.h blowfishopt.h debug.h mp32opt.h sha1opt.h system.h +noinst_HEADERS = aesopt.h beecrypt.api.h beecrypt.gas.h beecrypt.win.h \ + blowfishopt.h debug.h mp32opt.h sha1opt.h system.h EXTRA_DIST = BENCHMARKS BUGS CONTRIBUTORS Doxyfile.in Doxyheader README README.DARWIN README.DLL README.WIN32 beecrypt.def beecrypt.rc beecrypt.spec types.h javaglue.h installgen.sh |