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