aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1parser/Makefile.am
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-08-19 13:32:59 +0000
committerLev Walkin <vlm@lionet.info>2004-08-19 13:32:59 +0000
commit852f1549c0b49fd8068d4769b08088a58efb95c7 (patch)
tree96343ec688d6f2c818eedc5d12ef76717c1e31c7 /libasn1parser/Makefile.am
parent0c735e9fde88387a3d2d0bfa40a22a9f59a44edf (diff)
removed checker
Diffstat (limited to 'libasn1parser/Makefile.am')
-rw-r--r--libasn1parser/Makefile.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/libasn1parser/Makefile.am b/libasn1parser/Makefile.am
index 0f9ff161..8e4700ff 100644
--- a/libasn1parser/Makefile.am
+++ b/libasn1parser/Makefile.am
@@ -26,10 +26,3 @@ asn1p_expr_str.h: expr-h.pl asn1p_expr.h
./expr-h.pl asn1p_expr.h > $@
EXTRA_DIST = expr-h.pl
-
-check_PROGRAMS = check_parser
-
-LDADD = ${noinst_LTLIBRARIES}
-DEPENDENCIES = ${noinst_LTLIBRARIES}
-
-TESTS = ${check_PROGRAMS}