From: Chase Date: Wed, 23 Oct 2019 19:20:22 +0000 (-0500) Subject: programs/dtexec: add automake files X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=407153b0f3e18da9ec588212144def73bbc20024;p=oweals%2Fcde.git programs/dtexec: add automake files --- diff --git a/cde/programs/dtexec/Makefile.am b/cde/programs/dtexec/Makefile.am new file mode 100644 index 00000000..b4a213d5 --- /dev/null +++ b/cde/programs/dtexec/Makefile.am @@ -0,0 +1,14 @@ +MAINTAINERCLEANFILES = Makefile.in + +bin_PROGRAMS = dtexec + +dtexec_CFLAGS = $(TIRPCINC) -DMSGLOG_CLIENT_ONLY + +dtexec_LDADD = $(LIBTT) $(XTOOLLIB) ${X_LIBS} + +DtSvcLock.h: ../../lib/DtSvc/include/DtSvcLock.h + $(RM) $@ + $(LN_S) $? $@ + +dtexec_SOURCES = ../../lib/DtSvc/DtUtil2/DtGetMessage.c \ + ../../lib/DtSvc/DtUtil/MsgLog.c Main.c