dtaction: make it build
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user