mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dtsession: add missing dtsession_res script
This commit is contained in:
parent
6f27da77d9
commit
8c19b67032
2 changed files with 7 additions and 0 deletions
1
cde/.gitignore
vendored
1
cde/.gitignore
vendored
|
@ -179,6 +179,7 @@ programs/dtsearchpath/dtsp/dtsp
|
|||
programs/dtsession/Dtsession
|
||||
programs/dtsession/dtloadresources
|
||||
programs/dtsession/dtsession
|
||||
programs/dtsession/dtsession_res
|
||||
programs/dtspcd/dtspcd
|
||||
programs/dtspcd/dtspcdenv
|
||||
programs/dtsr/dtsrclean
|
||||
|
|
|
@ -2,6 +2,8 @@ MAINTAINERCLEANFILES = Makefile.in
|
|||
|
||||
bin_PROGRAMS = dtsession
|
||||
|
||||
bin_SCRIPTS = dtsession_res
|
||||
|
||||
dtsession_CFLAGS = -DCDE_INSTALLATION_TOP=\"$(CDE_INSTALLATION_TOP)\" \
|
||||
-DCDE_CONFIGURATION_TOP=\"$(CDE_CONFIGURATION_TOP)\" \
|
||||
-Ddtsession
|
||||
|
@ -57,6 +59,10 @@ Dtsession: Dtsession.src
|
|||
$(RM) $@
|
||||
$(GENCPP) -P -DXCOMM=# $(LOCAL_CPP_DEFINES) $< > $@
|
||||
|
||||
dtsession_res: dtloadresources
|
||||
$(RM) $@
|
||||
$(LN_S) $< $@
|
||||
|
||||
dtloadresources: dtloadresources.src
|
||||
$(RM) $@
|
||||
$(GENCPP) -P -DXCOMM=# $(LOCAL_CPP_DEFINES) $< > $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue