1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

programs/dtprintegrate: add automake file

This commit is contained in:
Chase 2019-10-23 14:50:47 -05:00 committed by Jon Trulson
parent 015b457916
commit f2b13938e5

View file

@ -0,0 +1,15 @@
bin_PROGRAMS = dtprintegrate dtlp dtlpsetup
SCRIPTFLAGS = -DDTKORNSHELL=$(DTKORNSHELL)
CPPTARGET = dtprintegrate
CPPSRC = dtprintegrate.src
include $(srcdir)/include/cppfile.tmpl
CPPTARGET = dtlp
CPPSRC = dtlp.src
include $(srcdir)/include/cppfile.tmpl
CPPTARGET = dtlpsetup
CPPSRC = dtlpsetup.src
include $(srcdir)/include/cppfile.tmpl