diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 6ff6f138..870ee8f6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,10 +5,10 @@ SUBDIRS = \ libasn1parser libasn1fix \ libasn1print libasn1compiler \ skeletons examples \ - doc asn1c + doc tests asn1c docsdir = $(datadir)/doc/asn1c docs_DATA = README.md FAQ ChangeLog BUGS TODO -EXTRA_DIST = README.md FAQ LICENSE BUGS tests/ +EXTRA_DIST = README.md FAQ LICENSE BUGS |