From 8684607c8c2008c136f74343011761bd625a545e Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Tue, 19 Nov 2019 18:26:55 -0700 Subject: [PATCH] dtexec: make it build --- cde/configure.ac | 2 ++ cde/programs/dtexec/Makefile.am | 12 ++++-------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/cde/configure.ac b/cde/configure.ac index 993e7e64..65a02cd3 100644 --- a/cde/configure.ac +++ b/cde/configure.ac @@ -394,6 +394,8 @@ programs/dthello/Makefile programs/dtstyle/Makefile +programs/dtexec/Makefile + ]) AC_OUTPUT diff --git a/cde/programs/dtexec/Makefile.am b/cde/programs/dtexec/Makefile.am index b4a213d5..75c6ad18 100644 --- a/cde/programs/dtexec/Makefile.am +++ b/cde/programs/dtexec/Makefile.am @@ -2,13 +2,9 @@ MAINTAINERCLEANFILES = Makefile.in bin_PROGRAMS = dtexec -dtexec_CFLAGS = $(TIRPCINC) -DMSGLOG_CLIENT_ONLY +dtexec_CFLAGS = $(TIRPCINC) -DMSGLOG_CLIENT_ONLY \ + -I../../lib/DtSvc/include -dtexec_LDADD = $(LIBTT) $(XTOOLLIB) ${X_LIBS} +dtexec_LDADD = $(DTCLIENTLIBS) $(XTOOLLIB) -DtSvcLock.h: ../../lib/DtSvc/include/DtSvcLock.h - $(RM) $@ - $(LN_S) $? $@ - -dtexec_SOURCES = ../../lib/DtSvc/DtUtil2/DtGetMessage.c \ - ../../lib/DtSvc/DtUtil/MsgLog.c Main.c +dtexec_SOURCES = Main.c -- 2.25.1