Skip to content

Commit 3f6ed8c

Browse files
committed
increased libec revision number, and fixed make dist
1 parent bf74305 commit 3f6ed8c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ LT_INIT
2626
# 3. If interfaces were removed (breaks backward compatibility): increment
2727
# current, and set both revision and age to zero.
2828
LT_CURRENT=2
29-
LT_REVISION=2
29+
LT_REVISION=3
3030
LT_AGE=0
3131
AC_SUBST(LT_CURRENT)
3232
AC_SUBST(LT_REVISION)

progs/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,6 @@ endif
120120
# We list here the directories in and out which contain the test input
121121
# and expected output files for the tests run by "make check".
122122

123-
EXTRA_DIST = in out
123+
EXTRA_DIST = in out_ntl out_no_ntl
124124

125125
ACLOCAL_AMFLAGS = -I m4

tests/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,6 @@ check_PROGRAMS=$(PROCS_TESTS) $(QCURVES_TESTS) $(QRANK_TESTS) $(G0N_TESTS)
147147
# We list here the directories in and out which contain the test input
148148
# and expected output files for the tests run by "make check".
149149

150-
EXTRA_DIST = in out
150+
EXTRA_DIST = in_ntl in_no_ntl out_ntl out_no_ntl
151151

152152
ACLOCAL_AMFLAGS = -I m4

0 commit comments

Comments
 (0)