From 0cebe79824071b452b8d1e7be7af28c88ef19a8c Mon Sep 17 00:00:00 2001 From: Chase Date: Tue, 22 Oct 2019 21:41:59 -0500 Subject: [PATCH] programs/dtappintegrate: add automake file --- cde/programs/dtappintegrate/Makefile.am | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 cde/programs/dtappintegrate/Makefile.am diff --git a/cde/programs/dtappintegrate/Makefile.am b/cde/programs/dtappintegrate/Makefile.am new file mode 100644 index 000000000..a0a636b70 --- /dev/null +++ b/cde/programs/dtappintegrate/Makefile.am @@ -0,0 +1,13 @@ +MAINTAINERCLEANFILES = Makefile.in + +bin_PROGRAMS = dtappintegrate + +dtappintegrate_CPPFLAGS = -DKORNSHELL=$(KSH) + -DCDE_INSTALLATION_TOP=${prefix} \ + -DCDE_CONFIGURATION_TOP=$(CDE_CONFIGURATION_TOP) \ + +all: dtappintegrate + +CPPSRC = dtappintegrate.src +CPPTARGET = dtappintegrate +include $(srcdir)/include/cppfile.src