mirror of
https://github.com/stefanberger/swtpm.git
synced 2026-01-05 17:46:45 +00:00
Move the OS specific conditional includes into sys_dependencies.h while adding OS X support. Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
11 lines
148 B
Makefile
11 lines
148 B
Makefile
#
|
|
# include/Makefile.am
|
|
#
|
|
# For the license, see the COPYING file in the root directory.
|
|
#
|
|
|
|
SUBDIRS = swtpm
|
|
|
|
noinst_HEADERS = \
|
|
sys_dependencies.h
|