File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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.
2828LT_CURRENT=2
29- LT_REVISION=2
29+ LT_REVISION=3
3030LT_AGE=0
3131AC_SUBST ( LT_CURRENT )
3232AC_SUBST ( LT_REVISION )
Original file line number Diff line number Diff 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
125125ACLOCAL_AMFLAGS = -I m4
Original file line number Diff line number Diff 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
152152ACLOCAL_AMFLAGS = -I m4
You can’t perform that action at this time.
0 commit comments