mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtpad: builds again using @DTCLIENTLIBS@
This commit is contained in:
parent
c7a5f55d8a
commit
c33e516445
1 changed files with 1 additions and 2 deletions
|
@ -4,8 +4,7 @@ bin_PROGRAMS = dtpad
|
|||
|
||||
dtpad_CFLAGS = -DDT_LITE -DWORDWRAP -UNLS16 $(TIRPCINC)
|
||||
|
||||
dtpad_LDADD = $(LIBPRINT) $(LIBHELP) $(LIBWIDGET) $(LIBSVC) $(LIBTT) -lXm \
|
||||
$(TIRPCLIB) $(XTOOLLIB)
|
||||
dtpad_LDADD = @DTCLIENTLIBS@ -lXm $(TIRPCLIB) $(XTOOLLIB)
|
||||
|
||||
if SOLARIS
|
||||
dtpad_CFLAGS += -xF
|
||||
|
|
Loading…
Reference in a new issue