dtaction: make it build
This commit is contained in:
@@ -404,6 +404,8 @@ programs/dtterm/Makefile
|
||||
|
||||
programs/dtcalc/Makefile
|
||||
|
||||
programs/dtaction/Makefile
|
||||
|
||||
])
|
||||
|
||||
AC_OUTPUT
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user