mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtdspmsg: make it build
This commit is contained in:
parent
70c07a7b68
commit
2832a1eb6d
2 changed files with 4 additions and 5 deletions
|
@ -451,6 +451,8 @@ programs/fontaliases/openbsd/C/Makefile
|
|||
programs/fontaliases/freebsd/Makefile
|
||||
programs/fontaliases/freebsd/C/Makefile
|
||||
|
||||
programs/dtdspmsg/Makefile
|
||||
|
||||
])
|
||||
|
||||
AC_OUTPUT
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue