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:
parent
015b457916
commit
f2b13938e5
1 changed files with 15 additions and 0 deletions
15
cde/programs/dtprintegrate/Makefile.am
Normal file
15
cde/programs/dtprintegrate/Makefile.am
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue