mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dthello: make it build
This commit is contained in:
parent
11eafe767b
commit
a77d9259f9
2 changed files with 8 additions and 7 deletions
|
@ -388,6 +388,8 @@ programs/dtlogin/config/Makefile
|
|||
|
||||
programs/dtsession/Makefile
|
||||
|
||||
programs/dthello/Makefile
|
||||
|
||||
])
|
||||
|
||||
AC_OUTPUT
|
||||
|
|
|
@ -2,15 +2,14 @@ MAINTAINERCLEANFILES = Makefile.in
|
|||
|
||||
bin_PROGRAMS = dthello
|
||||
|
||||
dthello_LDADD = ${X_LIBS} -lm $(XTOOLLIB) ../DtSvc/DtUtil2/EnvControl.o \
|
||||
../DtSvc/DtUtil2/DtNlUtils.o ../DtSvc/DtUtil2/GetDispRes.o
|
||||
|
||||
if HPUX
|
||||
dthello_LDADD = -DHP_COLOR
|
||||
endif
|
||||
dthello_LDADD = $(DTCLIENTLIBS) ${X_LIBS} -lXm $(XTOOLLIB)
|
||||
|
||||
if SOLARIS
|
||||
dthello_LDADD = -ldl -lgen
|
||||
dthello_LDADD += -ldl -lgen
|
||||
endif
|
||||
|
||||
if LINUX
|
||||
dthello_LDADD += $(TIRPCLIB)
|
||||
endif
|
||||
|
||||
dthello_SOURCES = dthello.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue