Files
cdesktop/cde/lib/tt/bin/tttrace/Makefile.am
Jon Trulson e10d06f210 configure/Makefiles: add checks for Xmu, Xext, and Xdmcp
We also remove sun pro specific options, and do some general cleanup
as well as remove hardcoded library refs like -lXm, -lXext, etc...
2021-12-21 16:42:22 -07:00

14 lines
247 B
Makefile

MAINTAINERCLEANFILES = Makefile.in
bin_PROGRAMS = tttrace
tttrace_CXXFLAGS = -I../../lib
tttrace_LDADD = $(LIBTT) $(TIRPCLIB) $(XTOOLLIB)
if SOLARIS
tttrace_LDADD += -ldl -lintl -lsocket -lnsl
endif
tttrace_SOURCES = tttrace.C tttrace_objs.C