diff options
Diffstat (limited to 'pkcs11/Makefile.am')
-rw-r--r-- | pkcs11/Makefile.am | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/pkcs11/Makefile.am b/pkcs11/Makefile.am index ab4427ba..c2654c6c 100644 --- a/pkcs11/Makefile.am +++ b/pkcs11/Makefile.am @@ -1,15 +1,6 @@ -EXTRA_DIST = \ - pkcs11i.h \ - pkcs11.h \ - pkcs11n.h \ - pkcs11x.h - -SUBDIRS = . \ - gkm \ - wrap-layer \ - rpc-layer \ - secret-store \ - ssh-store \ - xdg-store \ - gnome2-store +EXTRA_DIST += \ + pkcs11/pkcs11i.h \ + pkcs11/pkcs11.h \ + pkcs11/pkcs11n.h \ + pkcs11/pkcs11x.h |