Pickup common.add from $(top_srcdir).

This commit is contained in:
Ralf Corsepius
2006-08-16 07:54:10 +00:00
parent 16fd5a99e1
commit 67eede5b6e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
AUTOCONF_SUBPACKAGES = $(top_builddir)/common/common.add
AUTOCONF_SUBPACKAGES = $(top_srcdir)/common/common.add
AUTOCONF_SUBPACKAGES += $(top_srcdir)/autotools/autoconf.add
AUTOCONF_SUBPACKAGES += $(top_srcdir)/binutils/rpm-install.add
AUTOCONF_SUBPACKAGES += $(top_srcdir)/common/clean.add

View File

@@ -1,4 +1,4 @@
AUTOMAKE_SUBPACKAGES = $(top_builddir)/common/common.add
AUTOMAKE_SUBPACKAGES = $(top_srcdir)/common/common.add
AUTOMAKE_SUBPACKAGES += $(top_srcdir)/autotools/automake.add
AUTOMAKE_SUBPACKAGES += $(top_srcdir)/binutils/rpm-install.add
AUTOMAKE_SUBPACKAGES += $(top_srcdir)/common/clean.add