mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-13 11:42:21 +00:00
dtpdmd: fixup for autotools and new MsgCat.c
This commit is contained in:
parent
75bf61c584
commit
6f0d93678a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue