programs/dtexec: add automake files
authorChase <nicetrynsa@protonmail.ch>
Wed, 23 Oct 2019 19:20:22 +0000 (14:20 -0500)
committerJon Trulson <jon@radscan.com>
Wed, 23 Oct 2019 21:34:20 +0000 (15:34 -0600)
cde/programs/dtexec/Makefile.am [new file with mode: 0644]

diff --git a/cde/programs/dtexec/Makefile.am b/cde/programs/dtexec/Makefile.am
new file mode 100644 (file)
index 0000000..b4a213d
--- /dev/null
@@ -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