1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

tt shell: fix up build - use LDADD rather than AM_LDADD

This commit is contained in:
Jon Trulson 2019-10-24 12:40:57 -06:00
parent 6996d53f91
commit 4186507c72

View file

@ -1,23 +1,23 @@
MAINTAINERCLEANFILES = Makefile.in
include ../../tooltalk.tmpl
include ../../tooltalk.inc
bin_PROGRAMS = ttmv ttrm ttcp ttrmdir
AM_CXXFLAGS = -I../../lib $(TIRPCINC) $(TT_VERSION_DEFINE)
AM_LDADD = $(LIBTT) $(X_LIBS)
LDADD = $(LIBTT) $(X_LIBS)
if LINUX
AM_LDADD += $(TIRPCLIB) $(XTOOLLIB)
LDADD += $(TIRPCLIB) $(XTOOLLIB)
endif
if SOLARIS
AM_LDADD += $(XTOOLLIB) -ldl -lintl -lsocket -lnsl
LDADD += $(XTOOLLIB) -ldl -lintl -lsocket -lnsl
endif
if OPENBSD
AM_LDADD += $(XTOOLLIB)
LDADD += $(XTOOLLIB)
endif
ttmv_SOURCES = ttmv.C mover.C