Remove two unnecessary automake variables

Fixes the following autoreconf warnings:
EXAMPLES/BAND/Makefile.am:84: variable `snband_SOURCES' is defined but no program or
EXAMPLES/BAND/Makefile.am:84: library has `snband' as canonical name (possible typo)
EXAMPLES/BAND/Makefile.am:86: variable `snband_LDADD' is defined but no program or
EXAMPLES/BAND/Makefile.am:86: library has `snband' as canonical name (possible typo)
This commit is contained in:
Kyle Guinn
2014-12-31 18:15:02 -06:00
parent 209bc9967b
commit 1f6cf9d86a
-5
View File
@@ -81,11 +81,6 @@ dsbdr6_SOURCES = dsbdr6.f dsband.f
dsbdr6_LDADD=../../libarpack.la $(BLAS_LIBS) $(LAPACK_LIBS)
snband_SOURCES = snband.f
snband_LDADD=../../libarpack.la $(BLAS_LIBS) $(LAPACK_LIBS)
snbdr1_SOURCES = snbdr1.f snband.f
snbdr1_LDADD=../../libarpack.la $(BLAS_LIBS) $(LAPACK_LIBS)