1
0
Fork 0
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:
Chase 2019-10-23 14:45:20 -05:00 committed by Jon Trulson
parent d08d22cb5d
commit f04677726e

View 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