Cleanup automake variables.

This commit is contained in:
Guillem Jover
2013-01-21 16:03:05 +01:00
committed by Mats Erik Andersson
parent 9f58601308
commit b1d8390d0a
14 changed files with 145 additions and 69 deletions

View File

@@ -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