mirror of
https://github.com/stefanberger/swtpm.git
synced 2025-08-22 19:04:35 +00:00

For sys_dependencies.h to be found during out-of-tree builds we need to include -I$(top_srcdir)/include. Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
14 lines
184 B
Makefile
14 lines
184 B
Makefile
#
|
|
# include/Makefile.am
|
|
#
|
|
# For the license, see the COPYING file in the root directory.
|
|
#
|
|
|
|
SUBDIRS = swtpm
|
|
|
|
noinst_HEADERS = \
|
|
sys_dependencies.h
|
|
|
|
EXTRA_DIST = \
|
|
sys_dependencies.h
|