This commit adds support to build iprutils using GNU Autools. It replaces the old Makefile and version.mk file with Automake. Now, the version information is available at the configure.ac file. Signed-off-by: Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com> Signed-off-by: Brian King <brking@linux.vnet.ibm.com>
13 lines
414 B
Makefile
13 lines
414 B
Makefile
# IBM IPR adapter configuration utility
|
|
#
|
|
# (C) Copyright 2015
|
|
# International Business Machines Corporation and others.
|
|
# All Rights Reserved. This program and the accompanying
|
|
# materials are made available under the terms of the
|
|
# Common Public License v1.0 which accompanies this distribution.
|
|
#
|
|
|
|
dist_pkgdata_DATA = iprdump iprinit iprupdate
|
|
|
|
sysconfdir=@sysconfdir@/ha.d/resource.d
|
|
dist_sysconf_DATA = iprha
|