From a77d9259f969c37df3d6fdf9cb9d5bcc3c531e90 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Tue, 19 Nov 2019 17:30:27 -0700 Subject: [PATCH] dthello: make it build --- cde/configure.ac | 2 ++ cde/programs/dthello/Makefile.am | 13 ++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/cde/configure.ac b/cde/configure.ac index 8db888b78..f0c9ea775 100644 --- a/cde/configure.ac +++ b/cde/configure.ac @@ -388,6 +388,8 @@ programs/dtlogin/config/Makefile programs/dtsession/Makefile +programs/dthello/Makefile + ]) AC_OUTPUT diff --git a/cde/programs/dthello/Makefile.am b/cde/programs/dthello/Makefile.am index 9ddb9c8a6..7f645462d 100644 --- a/cde/programs/dthello/Makefile.am +++ b/cde/programs/dthello/Makefile.am @@ -2,15 +2,14 @@ MAINTAINERCLEANFILES = Makefile.in bin_PROGRAMS = dthello -dthello_LDADD = ${X_LIBS} -lm $(XTOOLLIB) ../DtSvc/DtUtil2/EnvControl.o \ - ../DtSvc/DtUtil2/DtNlUtils.o ../DtSvc/DtUtil2/GetDispRes.o - -if HPUX -dthello_LDADD = -DHP_COLOR -endif +dthello_LDADD = $(DTCLIENTLIBS) ${X_LIBS} -lXm $(XTOOLLIB) if SOLARIS -dthello_LDADD = -ldl -lgen +dthello_LDADD += -ldl -lgen +endif + +if LINUX +dthello_LDADD += $(TIRPCLIB) endif dthello_SOURCES = dthello.c