diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-11-16 14:39:54 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-11-16 14:39:54 +0000 |
commit | d6a73eed4ef20fbdc704fa62c387bee5c70f398e (patch) | |
tree | 439a3824557da19ff1c91f316de1b3485b5682f0 /tests/Makefile.am | |
parent | 901088902eb7d89d0c46c5be9cab7460fb07e8be (diff) | |
download | libtasn1-d6a73eed4ef20fbdc704fa62c387bee5c70f398e.tar.gz libtasn1-d6a73eed4ef20fbdc704fa62c387bee5c70f398e.tar.bz2 libtasn1-d6a73eed4ef20fbdc704fa62c387bee5c70f398e.zip |
Revert, problems was double EXTRA_DIST.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 7aae7c6..2abf50f 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -17,7 +17,7 @@ # along with this file; if not, write to the Free Software Foundation, # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/gl -I../gl -I$(srcdir) +INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/gl -I../gl AM_LDFLAGS = -no-install LDADD = ../lib/libtasn1.la @@ -26,7 +26,7 @@ EXTRA_DIST = Test_parser.asn Test_tree.asn Test_tree_asn1_tab.c \ Test_encoding.asn # For crlf. -EXTRA_DIST = pkix.asn crlf.cer +EXTRA_DIST += pkix.asn crlf.cer dist_check_SCRIPTS = crlf MOSTLYCLEANFILES = Test_parser_ERROR.asn |