mirror of
https://github.com/stefanberger/swtpm.git
synced 2025-08-22 19:04:35 +00:00
14 lines
194 B
Makefile
14 lines
194 B
Makefile
#
|
|
# etc/Makefile.am
|
|
#
|
|
# For the license, see the LICENSE file in the root directory.
|
|
#
|
|
|
|
swtpmsysconfdir = $(sysconfdir)
|
|
|
|
swtpmsysconf_DATA = \
|
|
swtpm_setup.conf
|
|
|
|
EXTRA_DIST= \
|
|
swtpm_setup.conf
|