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