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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user