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