diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-06-27 08:43:16 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-06-27 08:43:16 +0000 |
commit | 0562d0659574120ec1fc3ab1d50e6f3399913267 (patch) | |
tree | c11f1b0ad42aa5fc8fcb04f5bef81dbe5cc05bf9 /Makefile.am | |
parent | a60827ea4dde0f7b2db3dd7141edb479e2ad560e (diff) | |
download | libtasn1-0562d0659574120ec1fc3ab1d50e6f3399913267.tar.gz libtasn1-0562d0659574120ec1fc3ab1d50e6f3399913267.tar.bz2 libtasn1-0562d0659574120ec1fc3ab1d50e6f3399913267.zip |
Fix distcheck.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index b36ed74..e1c8abc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,6 +17,8 @@ # along with this file; if not, write to the Free Software Foundation, # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc + EXTRA_DIST = windows/asn1-parser/asn1-parser.vcproj \ windows/asn1-parser/config.h windows/libtasn1.ncb \ windows/libtasn1.sln windows/libtasn1.suo \ |