From f04677726e0d496dd9833cb0b83fdb1e7ed7baad Mon Sep 17 00:00:00 2001 From: Chase Date: Wed, 23 Oct 2019 14:45:20 -0500 Subject: [PATCH] programs/dtopen: add automake files --- cde/programs/dtopen/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 cde/programs/dtopen/Makefile.am diff --git a/cde/programs/dtopen/Makefile.am b/cde/programs/dtopen/Makefile.am new file mode 100644 index 000000000..77bf9ad1c --- /dev/null +++ b/cde/programs/dtopen/Makefile.am @@ -0,0 +1,10 @@ +MAINTAINERCLEANFILES = Makefile.in + +dist_bin_SCRIPTS = dtopen + +SCRIPTFLAGS = -DCDE_INSTALLATION_TOP=${prefix} \ + -DCDE_CONFIGURATION_TOP=$(CDE_CONFIGURATION_TOP) \ + +CPPTARGET = dtopen +CPPSRC = dtopen.src +include $(srcdir)/include/cppfile.tmpl