Skip to content
Snippets Groups Projects
Commit a0a63e76 authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

Merge branch 'stable-2.5' into devel-2.5


* stable-2.5:
  Fix Makefile.am compatibility with automake 1.11.2

Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parents 1a1e7ab3 b8fe7ca6
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,7 @@ toolsdir = $(pkglibdir)/tools
iallocatorsdir = $(pkglibdir)/iallocators
pytoolsdir = $(pkgpythondir)/tools
docdir = $(datadir)/doc/$(PACKAGE)
myexeclibdir = $(pkglibdir)
# Delete output file if an error occurred while building it
.DELETE_ON_ERROR:
......@@ -526,12 +527,12 @@ pkglib_python_scripts = \
nodist_pkglib_python_scripts = \
tools/ensure-dirs
pkglib_SCRIPTS = \
myexeclib_SCRIPTS = \
daemons/daemon-util \
tools/kvm-ifup \
$(pkglib_python_scripts)
nodist_pkglib_SCRIPTS = \
nodist_myexeclib_SCRIPTS = \
$(nodist_pkglib_python_scripts)
EXTRA_DIST = \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment