mozilla-idldir.patch
changeset 1032 8220ea23b47d
parent 1031 4b419fce88dc
child 1033 51bfdd19b9e9
equal deleted inserted replaced
1031:4b419fce88dc 1032:8220ea23b47d
     1 # HG changeset patch
       
     2 # Parent 1cd1e78dfe63c1a7bcfc0707697bb99bcfea19c4
       
     3 # User Wolfgang Rosenauer <wr@rosenauer.org>
       
     4 # Parent  a3ba03360353036e15ec6d275c14d82d783c53f5
       
     5 Install IDL files to includedir instead of /usr/share/idl
       
     6 
       
     7 diff --git a/config/baseconfig.mk b/config/baseconfig.mk
       
     8 --- a/config/baseconfig.mk
       
     9 +++ b/config/baseconfig.mk
       
    10 @@ -1,14 +1,14 @@
       
    11  # This file is normally included by autoconf.mk, but it is also used
       
    12  # directly in python/mozbuild/mozbuild/base.py for gmake validation.
       
    13  # We thus use INCLUDED_AUTOCONF_MK to enable/disable some parts depending
       
    14  # whether a normal build is happening or whether the check is running.
       
    15  includedir := $(includedir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
       
    16 -idldir = $(datadir)/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
       
    17 +idldir = $(includedir)
       
    18  installdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
       
    19  sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION)
       
    20  ifeq (.,$(DEPTH))
       
    21  DIST = dist
       
    22  else
       
    23  DIST = $(DEPTH)/dist
       
    24  endif
       
    25  ABS_DIST = $(topobjdir)/dist