diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 99d34b1d..5cadc946 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,15 +14,13 @@ SUBDIRS = \ . \ common \ library \ - pkcs11 \ keyrings \ ui \ pkix \ pk \ ssh \ daemon \ - cryptoki \ - doc \ + pkcs11 \ po \ reference \ $(TESTS_DIR) \ @@ -32,6 +30,7 @@ EXTRA_DIST = \ intltool-extract.in \ intltool-merge.in \ intltool-update.in \ + keyring-intro.txt \ HACKING DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-tests |