From 2832a1eb6d259d43104d06ca8381f971e5f7e58a Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Thu, 21 Nov 2019 19:53:30 -0700 Subject: [PATCH] dtdspmsg: make it build --- cde/configure.ac | 2 ++ cde/programs/dtdspmsg/Makefile.am | 7 ++----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/cde/configure.ac b/cde/configure.ac index 437d3da3..9aa02779 100644 --- a/cde/configure.ac +++ b/cde/configure.ac @@ -451,6 +451,8 @@ programs/fontaliases/openbsd/C/Makefile programs/fontaliases/freebsd/Makefile programs/fontaliases/freebsd/C/Makefile +programs/dtdspmsg/Makefile + ]) AC_OUTPUT diff --git a/cde/programs/dtdspmsg/Makefile.am b/cde/programs/dtdspmsg/Makefile.am index 7fac0a4d..c412aedb 100644 --- a/cde/programs/dtdspmsg/Makefile.am +++ b/cde/programs/dtdspmsg/Makefile.am @@ -2,11 +2,8 @@ MAINTAINERCLEANFILES = Makefile.in bin_PROGRAMS = dtdspmsg -if HPUX -dtdspmsg_CFLAGS = +e -endif - -dtdspmsg_LDADD = -lm +# this is just to initialize so the += ops can work later if needed +dtdspmsg_LDADD = if SOLARIS dtdspmsg_LDADD += -ldl -lgen -- 2.25.1