diff options
author | jbj <devnull@localhost> | 1999-01-21 18:42:53 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-01-21 18:42:53 +0000 |
commit | 4bcd4d620df2afd3b448ded4eb06e9708ca58165 (patch) | |
tree | 0888079e3d96386fd3e1b9a3a7b4bf183c6b9e66 /tests/hello-test | |
parent | 394f3cb1ddf52fa7829dab790e34f1dfa5886b5d (diff) | |
download | librpm-tizen-4bcd4d620df2afd3b448ded4eb06e9708ca58165.tar.gz librpm-tizen-4bcd4d620df2afd3b448ded4eb06e9708ca58165.tar.bz2 librpm-tizen-4bcd4d620df2afd3b448ded4eb06e9708ca58165.zip |
Automake: almost functional make dist.
CVS patchset: 2729
CVS date: 1999/01/21 18:42:53
Diffstat (limited to 'tests/hello-test')
-rw-r--r-- | tests/hello-test/Makefile.am | 3 | ||||
-rw-r--r-- | tests/hello-test/Makefile.in | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/tests/hello-test/Makefile.am b/tests/hello-test/Makefile.am index ee42943d1..9a9a6d2d8 100644 --- a/tests/hello-test/Makefile.am +++ b/tests/hello-test/Makefile.am @@ -4,6 +4,9 @@ AUTOMAKE_OPTIONS = 1.4 foreign all: +EXTRA_DIST = *.exp hello-1.0.tar.gz \ + initdb showrc querytags ba ckL ckH ckS ckC i qi e + noinst_SCRIPTS = initdb showrc querytags ba ckL ckH ckS ckC i qi e TESTS_ENVIRONMENT = \ diff --git a/tests/hello-test/Makefile.in b/tests/hello-test/Makefile.in index d99cf0c28..17321a57d 100644 --- a/tests/hello-test/Makefile.in +++ b/tests/hello-test/Makefile.in @@ -122,6 +122,9 @@ varprefix = @varprefix@ AUTOMAKE_OPTIONS = 1.4 foreign +EXTRA_DIST = *.exp hello-1.0.tar.gz initdb showrc querytags ba ckL ckH ckS ckC i qi e + + noinst_SCRIPTS = initdb showrc querytags ba ckL ckH ckS ckC i qi e TESTS_ENVIRONMENT = rpm="${top_builddir}/rpm --rcfile ${top_builddir}/tests/$(pkglibdir)/rpmrc" rpm2cpio="${top_builddir}/rpm2cpio" rpmlead="${top_builddir}/tools/rpmlead" rpmheader="${top_builddir}/tools/rpmheader" rpmsignature="${top_builddir}/tools/rpmsignature" rpmdump="${top_builddir}/tools/dump" rpmdumpdb="${top_builddir}/tools/dumpdb" myrpm='../usr/src/redhat/RPMS/*/hello-1.0-1.*.rpm' |