Try adding api folder to dist.
[shibboleth/cpp-opensaml.git] / doc / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2
3 pkgdocdir = $(datadir)/doc/@PACKAGE@
4
5 docfiles = \
6         LICENSE.txt \
7         NOTICE.txt \
8         LOG4CPP.LICENSE
9
10 pkgdoc_DATA = $(docfiles)
11
12 EXTRA_DIST = $(docfiles) api
13