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