INTEGRATION: CWS ause070 (1.9.48); FILE MERGED
2006/10/18 15:15:34 hjs 1.9.48.2: #i70136# change check to work with configure default 2006/10/06 16:12:09 hjs 1.9.48.1: #i70136# local .ulf targets
This commit is contained in:
parent
134eda62c6
commit
7f7ec2ba47
1 changed files with 6 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
||||||
#
|
#
|
||||||
# $RCSfile: makefile.mk,v $
|
# $RCSfile: makefile.mk,v $
|
||||||
#
|
#
|
||||||
# $Revision: 1.9 $
|
# $Revision: 1.10 $
|
||||||
#
|
#
|
||||||
# last change: $Author: hr $ $Date: 2006-04-19 15:28:03 $
|
# last change: $Author: kz $ $Date: 2006-11-08 11:55:08 $
|
||||||
#
|
#
|
||||||
# The Contents of this file are made available subject to
|
# The Contents of this file are made available subject to
|
||||||
# the terms of GNU Lesser General Public License Version 2.1.
|
# the terms of GNU Lesser General Public License Version 2.1.
|
||||||
|
@ -138,7 +138,11 @@ RPMDEPN = \
|
||||||
$(MISC)/$(TARGET)/usr/share/icons/gnome/{$(GNOMEICONLIST)} \
|
$(MISC)/$(TARGET)/usr/share/icons/gnome/{$(GNOMEICONLIST)} \
|
||||||
$(MISC)/$(TARGET)/usr/share/icons/{$(KDEICONLIST)}
|
$(MISC)/$(TARGET)/usr/share/icons/{$(KDEICONLIST)}
|
||||||
|
|
||||||
|
.IF "$(WITH_LANG)"!=""
|
||||||
ULFDIR = $(COMMONMISC)$/desktopshare
|
ULFDIR = $(COMMONMISC)$/desktopshare
|
||||||
|
.ELSE # "$(WITH_LANG)"!=""
|
||||||
|
ULFDIR:=..$/share
|
||||||
|
.ENDIF # "$(WITH_LANG)"!=""
|
||||||
|
|
||||||
.ENDIF
|
.ENDIF
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue