mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
programs/dtappintegrate: add automake file
This commit is contained in:
parent
41d3e651b4
commit
0cebe79824
1 changed files with 13 additions and 0 deletions
13
cde/programs/dtappintegrate/Makefile.am
Normal file
13
cde/programs/dtappintegrate/Makefile.am
Normal file
|
@ -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
|
Loading…
Reference in a new issue