aboutsummaryrefslogtreecommitdiffstats
path: root/asn1c/Makefile.am
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2005-08-15 03:28:06 +0000
committerLev Walkin <vlm@lionet.info>2005-08-15 03:28:06 +0000
commitdf24e40e3b5970ef7c91914ccaee9dc0b0b1724f (patch)
tree1f404faceee92d2b884a06f5f90142cbdb9398e0 /asn1c/Makefile.am
parentc08c3cf13b0480ec44c5037764d58ec732db8303 (diff)
unber/enber work: -1 switch fixed; also made more verbose
Diffstat (limited to 'asn1c/Makefile.am')
-rw-r--r--asn1c/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/asn1c/Makefile.am b/asn1c/Makefile.am
index 5e3f5cbb..2005f731 100644
--- a/asn1c/Makefile.am
+++ b/asn1c/Makefile.am
@@ -22,7 +22,7 @@ noinst_HEADERS = sys-common.h
dist_man1_MANS = asn1c.1 unber.1 enber.1
-check_SCRIPTS = check-parsing.sh
-TESTS = check-parsing.sh
-EXTRA_DIST = check-parsing.sh
-CLEANFILES = .check-parsing.*.tmp
+check_SCRIPTS = check-xxber.sh check-parsing.sh
+TESTS = $(check_SCRIPTS)
+EXTRA_DIST = $(check_SCRIPTS)
+CLEANFILES = .check-xxber.*.tmp .check-parsing.*.tmp