programs/dtconfig: add automake files
This commit is contained in:
16
cde/programs/dtconfig/sun/Makefile.am
Normal file
16
cde/programs/dtconfig/sun/Makefile.am
Normal file
@@ -0,0 +1,16 @@
|
||||
configdir = ${prefix}/config
|
||||
|
||||
dist_bin_SCRIPTS = dtconfig
|
||||
|
||||
dist_config_DATA = dtlogin.rc dtlogin.xml
|
||||
|
||||
SCRIPTFLAGS = -DCDE_INSTALLATION_TOP=${prefix} \
|
||||
-DCDE_CONFIGURATION_TOP=$(CDE_CONFIGURATION_TOP)
|
||||
|
||||
CPPTARGET = dtconfig
|
||||
CPPSRC = dtconfig.src
|
||||
include $(srcdir)/include/cppfile.tmpl
|
||||
|
||||
CPPTARGET = dtlogin.rc
|
||||
CPPSRC = dtlogin.rc.src
|
||||
include $(srcdir)/include/cppfile.tmpl
|
||||
Reference in New Issue
Block a user