From 6f0d93678a5b730520af6ecd4898a1a273a193ea Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Wed, 2 Jun 2021 13:07:09 -0600 Subject: [PATCH] dtpdmd: fixup for autotools and new MsgCat.c --- cde/programs/dtpdmd/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cde/programs/dtpdmd/Makefile.am b/cde/programs/dtpdmd/Makefile.am index 08fb020c6..218089810 100644 --- a/cde/programs/dtpdmd/Makefile.am +++ b/cde/programs/dtpdmd/Makefile.am @@ -4,7 +4,7 @@ bin_PROGRAMS = dtpdmd dtpdmd_CFLAGS = -DCDE_INSTALLATION_TOP=\"$(CDE_INSTALLATION_TOP)\" -dtpdmd_LDADD = $(XTOOLLIB) +dtpdmd_LDADD = $(DTCLIENTLIBS) $(XTOOLLIB) if SOLARIS dtpdmd_LDADD += -ldl