mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtaction: make it build
This commit is contained in:
parent
61506685a4
commit
a8085dca9b
2 changed files with 3 additions and 9 deletions
|
@ -404,6 +404,8 @@ programs/dtterm/Makefile
|
||||||
|
|
||||||
programs/dtcalc/Makefile
|
programs/dtcalc/Makefile
|
||||||
|
|
||||||
|
programs/dtaction/Makefile
|
||||||
|
|
||||||
])
|
])
|
||||||
|
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
|
@ -4,15 +4,7 @@ bin_PROGRAMS = dtaction
|
||||||
|
|
||||||
dtaction_SOURCES = Main.c
|
dtaction_SOURCES = Main.c
|
||||||
|
|
||||||
dtaction_LDADD = -lm ${X_LIBS} $(LIBTT) $(LIBSVC) $(XTOOLLIB)
|
dtaction_LDADD = $(DTCLIENTLIBS) $(XTOOLLIB)
|
||||||
|
|
||||||
if HPUX
|
|
||||||
dtaction_LDADD += +e
|
|
||||||
endif
|
|
||||||
|
|
||||||
if AIX
|
|
||||||
dtaction_LDADD += -liconv
|
|
||||||
endif
|
|
||||||
|
|
||||||
if SOLARIS
|
if SOLARIS
|
||||||
dtaction_LDADD += -ldl
|
dtaction_LDADD += -ldl
|
||||||
|
|
Loading…
Reference in a new issue