Fix distcheck.
authorSimon Josefsson <simon@josefsson.org>
Tue, 27 Jun 2006 08:43:16 +0000 (08:43 +0000)
committerSimon Josefsson <simon@josefsson.org>
Tue, 27 Jun 2006 08:43:16 +0000 (08:43 +0000)
Makefile.am
tests/Makefile.am

index b36ed74..e1c8abc 100644 (file)
@@ -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               \
index de73c03..376cec1 100644 (file)
@@ -25,6 +25,8 @@ LDADD = ../lib/libtasn1.la
 EXTRA_DIST = Test_parser.asn Test_tree.asn Test_tree_asn1_tab.c        \
        Test_encoding.asn
 
+MOSTLYCLEANFILES = Test_parser_ERROR.asn
+
 TESTS = Test_parser Test_tree Test_encoding
 check_PROGRAMS = $(TESTS)