1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

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