mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-30 16:17:02 +01:00
minor changes to make make distcheck happy
This commit is contained in:
parent
6f7ed05900
commit
eba8c18657
@ -1,3 +1,7 @@
|
|||||||
|
2003-07-31 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
|
* Makefile.am (DISTCLEANFILES): Add g10defs.h
|
||||||
|
|
||||||
2003-06-18 Werner Koch <wk@gnupg.org>
|
2003-06-18 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
* configure.ac (GNUPG_DEFAULT_HOMEDIR): Changed temporary to
|
* configure.ac (GNUPG_DEFAULT_HOMEDIR): Changed temporary to
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
ACLOCAL_AMFLAGS = -I m4
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
|
|
||||||
EXTRA_DIST = scripts/config.rpath autogen.sh
|
EXTRA_DIST = scripts/config.rpath autogen.sh
|
||||||
|
DISTCLEANFILES = g10defs.h
|
||||||
|
|
||||||
if BUILD_GPG
|
if BUILD_GPG
|
||||||
gpg = g10
|
gpg = g10
|
||||||
@ -45,7 +46,9 @@ scd =
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
SUBDIRS = m4 intl jnlib common kbx \
|
SUBDIRS = m4 intl jnlib common kbx \
|
||||||
${gpg} ${sm} ${agent} ${scd} po doc tests
|
${gpg} ${sm} ${agent} ${scd} po doc
|
||||||
|
|
||||||
|
#tests
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1018,9 +1018,9 @@ sm/Makefile
|
|||||||
agent/Makefile
|
agent/Makefile
|
||||||
scd/Makefile
|
scd/Makefile
|
||||||
doc/Makefile
|
doc/Makefile
|
||||||
tests/Makefile
|
|
||||||
])
|
])
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
#tests/Makefile
|
||||||
|
|
||||||
|
|
||||||
echo "
|
echo "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user