Add missing files & directories to 'make dist'
This commit is contained in:
parent
c35477359f
commit
b951838ff6
|
@ -1,6 +1,6 @@
|
|||
AUTOMAKE_OPTIONS = foreign no-dependencies
|
||||
SUBDIRS = man src
|
||||
EXTRA_DIST = COMMERCIAL MAINTAINERS TRADEMARK touchconfig.sh contrib policy src/parser src/test-harness src/buildnum.h src/core/md5.cpp src/core/sha.cpp
|
||||
EXTRA_DIST = COMMERCIAL MAINTAINERS TRADEMARK LICENSE Packaging README-2.4.3 README.md autogen.sh autogen.sh.README touchconfig.sh contrib policy
|
||||
|
||||
install-data-hook:
|
||||
prefix="$(prefix)" sysconfdir="$(sysconfdir)" \
|
||||
|
|
|
@ -320,7 +320,7 @@ top_builddir = @top_builddir@
|
|||
top_srcdir = @top_srcdir@
|
||||
AUTOMAKE_OPTIONS = foreign no-dependencies
|
||||
SUBDIRS = man src
|
||||
EXTRA_DIST = COMMERCIAL MAINTAINERS TRADEMARK touchconfig.sh contrib policy src/parser src/test-harness src/buildnum.h src/core/md5.cpp src/core/sha.cpp
|
||||
EXTRA_DIST = COMMERCIAL MAINTAINERS TRADEMARK LICENSE Packaging README-2.4.3 README.md autogen.sh autogen.sh.README touchconfig.sh contrib policy
|
||||
all: config.h
|
||||
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
SUBDIRS = cryptlib core db fco fs tw twcrypto twparser util
|
||||
SUBDIRS+= twprint twadmin siggen tripwire twtest
|
||||
EXTRA_DIST = buildnum.h buildnum.txt buildnuminc.pl dep_addprefix.pl rmcr.pl check_st.pl prime.pl parser test-harness core/md5.cpp core/sha.cpp
|
||||
|
||||
|
|
|
@ -295,6 +295,7 @@ top_builddir = @top_builddir@
|
|||
top_srcdir = @top_srcdir@
|
||||
SUBDIRS = cryptlib core db fco fs tw twcrypto twparser util twprint \
|
||||
twadmin siggen tripwire twtest
|
||||
EXTRA_DIST = buildnum.h buildnum.txt buildnuminc.pl dep_addprefix.pl rmcr.pl check_st.pl prime.pl parser test-harness core/md5.cpp core/sha.cpp
|
||||
all: all-recursive
|
||||
|
||||
.SUFFIXES:
|
||||
|
|
|
@ -3,9 +3,10 @@ AUTOMAKE_OPTIONS = foreign no-dependencies
|
|||
AM_CPPFLAGS = -I.. -I../..
|
||||
LN=@LN@
|
||||
DEFAULT_INCLUDES = $(D_INCLUDES)
|
||||
EXTRA_DIST=license.txt readme.txt rmcr.pl
|
||||
|
||||
noinst_LIBRARIES = libcryptlib.a
|
||||
libcryptlib_adir=l
|
||||
libcryptlib_adir=.
|
||||
libcryptlib_a_SOURCES = \
|
||||
algebra.cpp asn.cpp cryptlib.cpp des.cpp dessp.cpp elgamal.cpp \
|
||||
eprecomp.cpp filters.cpp forkjoin.cpp integer.cpp iterhash.cpp misc.cpp \
|
||||
|
|
|
@ -318,8 +318,9 @@ top_srcdir = @top_srcdir@
|
|||
AUTOMAKE_OPTIONS = foreign no-dependencies
|
||||
AM_CPPFLAGS = -I.. -I../..
|
||||
DEFAULT_INCLUDES = $(D_INCLUDES)
|
||||
EXTRA_DIST = license.txt readme.txt rmcr.pl
|
||||
noinst_LIBRARIES = libcryptlib.a
|
||||
libcryptlib_adir = l
|
||||
libcryptlib_adir = .
|
||||
libcryptlib_a_SOURCES = \
|
||||
algebra.cpp asn.cpp cryptlib.cpp des.cpp dessp.cpp elgamal.cpp \
|
||||
eprecomp.cpp filters.cpp forkjoin.cpp integer.cpp iterhash.cpp misc.cpp \
|
||||
|
|
Loading…
Reference in New Issue