From 015b457916bac63de69c65a0901a58e8c5b1bf80 Mon Sep 17 00:00:00 2001 From: Chase Date: Wed, 23 Oct 2019 14:48:42 -0500 Subject: [PATCH] programs/dtpdmd: add automake files --- cde/programs/dtpdmd/Makefile.am | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 cde/programs/dtpdmd/Makefile.am diff --git a/cde/programs/dtpdmd/Makefile.am b/cde/programs/dtpdmd/Makefile.am new file mode 100644 index 00000000..096a94e0 --- /dev/null +++ b/cde/programs/dtpdmd/Makefile.am @@ -0,0 +1,15 @@ +MAINTAINERCLEANFILES = Makefile.in + +bin_PROGRAMS = dtpdmd + +dtpdmd_CFLAGS = -DCDE_INSTALLATION_TOP='"'${prefix}'"' + +dtpdmd_LDADD = $(XTOOLLIB) ${X_LIBS} + +if SUN +dtpdmd_LDADD += -lm -ldl +endif + +dtpdmd_SOURCES = dispatch.c dtpdmd.c mailbox.c \ + manager.c records.c setup.c \ + util.c -- 2.25.1