1
0
Fork 0
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:
Jon Trulson 2019-11-19 19:30:20 -07:00
parent 61506685a4
commit a8085dca9b
2 changed files with 3 additions and 9 deletions

View file

@ -404,6 +404,8 @@ programs/dtterm/Makefile
programs/dtcalc/Makefile
programs/dtaction/Makefile
])
AC_OUTPUT

View file

@ -4,15 +4,7 @@ bin_PROGRAMS = dtaction
dtaction_SOURCES = Main.c
dtaction_LDADD = -lm ${X_LIBS} $(LIBTT) $(LIBSVC) $(XTOOLLIB)
if HPUX
dtaction_LDADD += +e
endif
if AIX
dtaction_LDADD += -liconv
endif
dtaction_LDADD = $(DTCLIENTLIBS) $(XTOOLLIB)
if SOLARIS
dtaction_LDADD += -ldl