mirror of
https://github.com/stefanberger/swtpm.git
synced 2025-08-22 19:04:35 +00:00
16 lines
238 B
Makefile
16 lines
238 B
Makefile
#
|
|
# include/Makefile.am
|
|
#
|
|
# For the license, see the COPYING file in the root directory.
|
|
#
|
|
|
|
SUBDIRS = swtpm
|
|
|
|
noinst_HEADERS = \
|
|
compiler_dependencies.h \
|
|
sys_dependencies.h
|
|
|
|
EXTRA_DIST = \
|
|
compiler_dependencies.h \
|
|
sys_dependencies.h
|