Get /usr/dt/config populated correctly on make install

This commit is contained in:
Jon Trulson
2019-12-02 14:33:05 -07:00
parent 5823e95e03
commit c40f0c9f08
9 changed files with 88 additions and 24 deletions

View File

@@ -21,6 +21,12 @@ dtimsstart_SOURCES = action.c env.c file.c main.c remote.c select.c \
BUILT_SOURCES = 0020.dtims
CLEANFILE = $(BUILT_SOURCES)
cfgdir = $(CDE_INSTALLATION_TOP)/config/Xsession.d
dist_cfg_DATA = 0020.dtims
imsdir = $(CDE_INSTALLATION_TOP)/config/ims
dist_ims_DATA = conf/start.conf
LOCAL_CPP_DEFINES = -DCDE_INSTALLATION_TOP=$(CDE_INSTALLATION_TOP) \
-DCDE_CONFIGURATION_TOP=$(CDE_CONFIGURATION_TOP) \
-DKORNSHELL=$(KSH)