diff options
author | Daiki Ueno <dueno@redhat.com> | 2016-09-22 16:38:39 +0200 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2016-11-15 12:57:10 +0100 |
commit | c32a16ce821cf37307e53139027c5939c0b1925b (patch) | |
tree | eacd9bde7bc5a9fe892242ac0b2a532f91047cc3 /p11-kit | |
parent | 4965a8b2f150ea6c8dadd7dd22aab718f2814591 (diff) |
build: Remove *.in files from EXTRA_DIST
The files created with AC_CONFIG_FILES are automatically added to the
distribution.
Diffstat (limited to 'p11-kit')
-rw-r--r-- | p11-kit/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/p11-kit/Makefile.am b/p11-kit/Makefile.am index 14ec4d6..5ee1b71 100644 --- a/p11-kit/Makefile.am +++ b/p11-kit/Makefile.am @@ -99,8 +99,6 @@ exampledir = $(p11_system_config) example_DATA = p11-kit/pkcs11.conf.example EXTRA_DIST += \ - p11-kit/p11-kit-1.pc.in \ - p11-kit/pkcs11.conf.example.in \ p11-kit/docs.h \ $(NULL) |