diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 2de8f7de..c63574a2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,9 +20,10 @@ SUBDIRS = \ pkcs11 \ daemon \ tool \ - po \ $(TESTS_DIR) \ - $(PAM_DIR) + $(PAM_DIR) \ + po \ + docs EXTRA_DIST = \ intltool-extract.in \ |