From: Jon Trulson Date: Fri, 22 Nov 2019 02:53:30 +0000 (-0700) Subject: dtdspmsg: make it build X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2832a1eb6d259d43104d06ca8381f971e5f7e58a;p=oweals%2Fcde.git dtdspmsg: make it build --- 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