mirror of
https://git.savannah.gnu.org/git/inetutils.git
synced 2026-01-12 00:19:39 +08:00
Cleanup automake variables.
This commit is contained in:
committed by
Mats Erik Andersson
parent
9f58601308
commit
b1d8390d0a
@@ -18,10 +18,16 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see `http://www.gnu.org/licenses/'.
|
||||
|
||||
INCLUDES = $(iu_INCLUDES) $(INCAUTH)
|
||||
AM_CPPFLAGS = \
|
||||
$(INCAUTH) \
|
||||
$(iu_INCLUDES)
|
||||
|
||||
noinst_LIBRARIES = libtelnet.a
|
||||
|
||||
libtelnet_a_SOURCES = auth.c enc_des.c encrypt.c forward.c genget.c kerberos.c kerberos5.c misc.c read_passwd.c shishi.c
|
||||
libtelnet_a_SOURCES = \
|
||||
auth.c enc_des.c encrypt.c forward.c genget.c \
|
||||
kerberos.c kerberos5.c misc.c read_passwd.c shishi.c
|
||||
|
||||
noinst_HEADERS = auth-proto.h auth.h enc-proto.h encrypt.h genget.h key-proto.h misc-proto.h misc.h
|
||||
noinst_HEADERS = \
|
||||
auth-proto.h auth.h enc-proto.h encrypt.h genget.h key-proto.h \
|
||||
misc-proto.h misc.h
|
||||
|
||||
Reference in New Issue
Block a user