Files
cdesktop/cde/lib/tt/bin/ttauth/Makefile.am
OBATA Akio 692771fb07 Get rid of support of ancient signal handler return type int
Such environments are missing void type, older K&R C, and
such supports already had been removed in various places.
Furthermore, current hardcoded 'SIGNALRETURNSINT' is wrong.
2021-09-19 18:08:41 +09:00

22 lines
342 B
Makefile

MAINTAINERCLEANFILES = Makefile.in
bin_PROGRAMS = ttauth
ttauth_CFLAGS = -I../../slib -I../../lib
ttauth_LDADD = @LIBTT@ $(X_LIBS)
if LINUX
ttauth_LDADD += $(TIRPCLIB) $(XTOOLLIB)
endif
if SOLARIS
ttauth_LDADD += $(XTOOLLIB) -ldl -lintl -lsocket -lnsl
endif
if BSD
ttauth_LDADD += $(XTOOLLIB)
endif
ttauth_SOURCES = ttauth.c process.c