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:
parent
6996d53f91
commit
4186507c72
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue