programs/dtexec: add automake files

This commit is contained in:
Chase
2019-10-23 14:20:22 -05:00
committed by Jon Trulson
parent fbd9308ac8
commit 407153b0f3

View File

@@ -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